Skip to content

Commit 377f52f

Browse files
author
Ilya Radchenko
committed
Remove 'n prev' on cleanup
It was removed from 'n'
1 parent e53d1c8 commit 377f52f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

worker.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@ module.exports = {
9090
path.join(__dirname, 'node_modules/n/bin'),
9191
ret.env.N_PREFIX + '/bin'
9292
]);
93-
93+
9494
var version = config.runtime === 'custom' ? config.customVersion : config.runtime;
9595

9696
ret.environment = 'n ' + (config.fork === 'io.js' ? 'io ' : '') + version;
97-
ret.cleanup = 'n prev';
9897
}
9998

10099
cb(null, ret);

0 commit comments

Comments
 (0)