Commit 9974c7d
committed
Fix bug where artificial pipeline was erroneously run
The previous logic could accidentally set the boolean flag to `true`,
causing the pipeline to be run when it was not necessary.1 parent 95715ed commit 9974c7d
File tree
1 file changed
+6
-1
lines changed- src/PowerShellEditorServices/Services/PowerShell/Host
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1261 | 1261 | | |
1262 | 1262 | | |
1263 | 1263 | | |
1264 | | - | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
1265 | 1270 | | |
1266 | 1271 | | |
1267 | 1272 | | |
| |||
0 commit comments