Skip to content

Commit 5abbcf3

Browse files
committed
fix missing var
1 parent ac8f492 commit 5abbcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processProxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ ProcessProxy.prototype.executeCommands = function(commands) {
849849
**/
850850
ProcessProxy.prototype._executeCommands = function(commands, enforceBlackWhitelists) {
851851

852-
self = this;
852+
var self = this;
853853

854854
return new Promise(function(fulfill, reject) {
855855

0 commit comments

Comments
 (0)