We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5db85d commit 5f0d921Copy full SHA for 5f0d921
scripts/repl.js
@@ -19,7 +19,7 @@ function e(cmd) {
19
console.log(`<<<<<<`)
20
}
21
22
-if (process.env.BS_PLAYGROUND == null) {
+if (!process.env.BS_PLAYGROUND) {
23
var defaultPlayground = `../../bucklescript-playground`
24
console.warn(`BS_PLAYGROUND env var unset, defaulting to ${defaultPlayground}`)
25
process.env.BS_PLAYGROUND = defaultPlayground
0 commit comments