Skip to content

Commit 06fbeae

Browse files
committed
chore: update how examples should be run
1 parent 740277f commit 06fbeae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/resolver.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Instruction:
22
//
3-
// run `cargo run -p oxc_resolver --example resolver -- `pwd` test.js`
4-
// or `cargo watch -x "run -p oxc_resolver --example resolver" -- `pwd` test.js`
3+
// run `cargo run --example resolver -- `pwd` test.js`
4+
// or `cargo watch -x "run --example resolver" -- `pwd` test.js`
55
//
6-
// use `OXC_RESOLVER=DEBUG` for tracing
6+
// NOTE: The first argument must be a absolute path.
77

88
use std::{env, path::PathBuf};
99

0 commit comments

Comments
 (0)