We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbd0e8 commit c0afc36Copy full SHA for c0afc36
processProxy.js
@@ -700,7 +700,7 @@ ProcessProxy.prototype._initAutoInvalidation = function() {
700
}
701
702
// #2 execute it
703
- self.executeCommands(commandsToExec)
+ self._executeCommands(commandsToExec, false)
704
705
// #3 evaluate all results
706
.then(function(cmdResults) {
0 commit comments