Skip to content

Commit 4f905bb

Browse files
committed
chore(spawnify) _set: rm self
1 parent 3d07226 commit 4f905bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/spawnify.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@
101101
};
102102

103103
Spawnify.prototype._set = function set(type, command, options) {
104-
var args, error, child,
105-
self = this;
104+
var args, error, child;
106105

107106
check(arguments, ['type', 'command', 'options']);
108107

0 commit comments

Comments
 (0)