Skip to content

Commit c0afc36

Browse files
committed
fix auto-invalidation and whitelisting
1 parent bbbd0e8 commit c0afc36

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
@@ -700,7 +700,7 @@ ProcessProxy.prototype._initAutoInvalidation = function() {
700700
}
701701

702702
// #2 execute it
703-
self.executeCommands(commandsToExec)
703+
self._executeCommands(commandsToExec, false)
704704

705705
// #3 evaluate all results
706706
.then(function(cmdResults) {

0 commit comments

Comments
 (0)