We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3b7a commit dcb3ba6Copy full SHA for dcb3ba6
rewatch/tests/get_bin_paths.js
@@ -1,4 +1,4 @@
1
// @ts-check
2
import { bsc_exe } from '../../cli/common/bins.js';
3
4
-console.log(`RESCRIPT_BSC_EXE=${bsc_exe}`);
+console.log(`RESCRIPT_BSC_EXE='${bsc_exe}'`);
0 commit comments