Skip to content

Commit c672efc

Browse files
committed
chore: Remove ugly newlines
1 parent 4a33d22 commit c672efc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cmds/core/eval.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ exports.handler = async (argv) => {
3636
return;
3737
}
3838

39-
console.log('');
40-
4139
let epf = EASK_HOMEDIR + 'exec-path';
4240
let lpf = EASK_HOMEDIR + 'load-path';
4341

cmds/core/exec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ exports.handler = async (argv) => {
4242
return;
4343
}
4444

45-
console.log('');
46-
4745
let epf = EASK_HOMEDIR + 'exec-path';
4846
let lpf = EASK_HOMEDIR + 'load-path';
4947

0 commit comments

Comments
 (0)