Skip to content

Commit 27543cc

Browse files
committed
feature(spawnify) rm bind
1 parent 1dc6d67 commit 27543cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/spawnify.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
var spawn,
77
spawnify = require('../'),
8-
slice = [].slice.bind(process.argv),
9-
argv = slice(2),
8+
argv = process.argv.slice(2),
109
command = argv.join(' ');
1110

1211
if (!command) {

0 commit comments

Comments
 (0)