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 e53d1c8 commit 377f52fCopy full SHA for 377f52f
worker.js
@@ -90,11 +90,10 @@ module.exports = {
90
path.join(__dirname, 'node_modules/n/bin'),
91
ret.env.N_PREFIX + '/bin'
92
]);
93
-
+
94
var version = config.runtime === 'custom' ? config.customVersion : config.runtime;
95
96
ret.environment = 'n ' + (config.fork === 'io.js' ? 'io ' : '') + version;
97
- ret.cleanup = 'n prev';
98
}
99
100
cb(null, ret);
0 commit comments