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 6beadc1 commit 9571d6eCopy full SHA for 9571d6e
README.md
@@ -141,10 +141,10 @@ statefulProcessCommandProxy.executeCommand('echo testInitVar')
141
});
142
143
144
- statefulProcessCommandProxy.executeCommand('echo "this command has an error and will be '+
145
- ' destroyed because it matches our invalidation regex"')
+statefulProcessCommandProxy.executeCommand('echo "this command has an error and will be '+
+ ' destroyed after check-in because it matches our invalidation regex"')
146
.then(function(cmdResult) {
147
- console.log("testInitVar value: Stdout: " + cmdResult.stdout);
+ console.log("error test: Stdout: " + cmdResult.stdout);
148
}).catch(function(error) {
149
console.log("Error: " + error);
150
0 commit comments