Skip to content

Commit b9e0363

Browse files
committed
dumb bug!
1 parent 365e439 commit b9e0363

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
@@ -473,7 +473,7 @@ ProcessProxy.prototype._commandIsWhitelisted = function(command) {
473473
var result = regexp.exec(command);
474474

475475
if (result) {
476-
return; // exit! command is whitelisted
476+
return true; // exit! command is whitelisted
477477
}
478478
}
479479

0 commit comments

Comments
 (0)