Skip to content

Commit 9192f1b

Browse files
committed
code: wrap is pkg
1 parent 247c24b commit 9192f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
const path = require('path');
2323

2424
global.UTIL = require('./util');
25-
global.IS_PKG = !path.basename(process.execPath).startsWith('node');
25+
global.IS_PKG = path.basename(process.execPath).startsWith('eask');

0 commit comments

Comments
 (0)