Skip to content

Commit dcb3ba6

Browse files
committed
Quote RESCRIPT_BSC_EXE properly
1 parent 74f3b7a commit dcb3ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/get_bin_paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// @ts-check
22
import { bsc_exe } from '../../cli/common/bins.js';
33

4-
console.log(`RESCRIPT_BSC_EXE=${bsc_exe}`);
4+
console.log(`RESCRIPT_BSC_EXE='${bsc_exe}'`);

0 commit comments

Comments
 (0)