Skip to content

Commit 7fed791

Browse files
bakkotrwaldron
authored andcommitted
Fix eshost -e 0
1 parent 0ca75ac commit 7fed791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/eshost.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ if (fileArg) {
336336
}
337337
}
338338

339-
if (argv.e) {
339+
if (argv.e != null) {
340340
let contents = `print(${argv.e})`;
341341
fs.writeFileSync(file, contents);
342342
runInEachHost({file, contents, attrs}, hosts);

0 commit comments

Comments
 (0)