Skip to content

Commit 9859117

Browse files
committed
fix: look for rescript.exe not rescript-legacy
1 parent 110ba77 commit 9859117

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
@@ -233,7 +233,7 @@ pub fn get_rescript_legacy(root_path: &Path, workspace_root: Option<PathBuf>) ->
233233
.join("@rescript")
234234
.join(subfolder)
235235
.join("bin")
236-
.join("rescript-legacy");
236+
.join("rescript.exe");
237237

238238
match (
239239
root_path

0 commit comments

Comments
 (0)