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 247c24b commit 9192f1bCopy full SHA for 9192f1b
src/env.js
@@ -22,4 +22,4 @@
22
const path = require('path');
23
24
global.UTIL = require('./util');
25
-global.IS_PKG = !path.basename(process.execPath).startsWith('node');
+global.IS_PKG = path.basename(process.execPath).startsWith('eask');
0 commit comments