Skip to content

Commit 9571d6e

Browse files
committed
note
1 parent 6beadc1 commit 9571d6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ statefulProcessCommandProxy.executeCommand('echo testInitVar')
141141
});
142142
143143
144-
statefulProcessCommandProxy.executeCommand('echo "this command has an error and will be '+
145-
' destroyed because it matches our invalidation regex"')
144+
statefulProcessCommandProxy.executeCommand('echo "this command has an error and will be '+
145+
' destroyed after check-in because it matches our invalidation regex"')
146146
.then(function(cmdResult) {
147-
console.log("testInitVar value: Stdout: " + cmdResult.stdout);
147+
console.log("error test: Stdout: " + cmdResult.stdout);
148148
}).catch(function(error) {
149149
console.log("Error: " + error);
150150
});

0 commit comments

Comments
 (0)