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 4a33d22 commit c672efcCopy full SHA for c672efc
cmds/core/eval.js
@@ -36,8 +36,6 @@ exports.handler = async (argv) => {
36
return;
37
}
38
39
- console.log('');
40
-
41
let epf = EASK_HOMEDIR + 'exec-path';
42
let lpf = EASK_HOMEDIR + 'load-path';
43
cmds/core/exec.js
@@ -42,8 +42,6 @@ exports.handler = async (argv) => {
44
45
46
47
48
49
0 commit comments