Skip to content

Commit 473f5e5

Browse files
committed
Mention RESCRIPT_BSC_EXE if not set.
1 parent c8b083a commit 473f5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/src/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ pub fn get_bsc() -> PathBuf {
196196

197197
bsc_path
198198
.canonicalize()
199-
.expect("Could not get bsc path")
199+
.expect("Could not get bsc path, did you set environment variable RESCRIPT_BSC_EXE ?")
200200
.to_stripped_verbatim_path()
201201
}
202202

0 commit comments

Comments
 (0)