| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 72a3419 commit 5462023
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,10 +23,7 @@ function startCLI(args, flags = [], spawnOpts = {}) { | |||
| 23 | 23 | if (this === child.stderr) { | |
| 24 | 24 | stderrOutput += chunk; | |
| 25 | 25 | } | |
| 26 | - // TODO(trott): Figure out why the "breakpoints restored." message appears | ||
| 27 | - // in unpredictable places especially on AIX in CI. We shouldn't be | ||
| 28 | - // excluding it, but it gets in the way of the output checking for tests. | ||
| 29 | - outputBuffer.push(chunk.replace(/\n*\d+ breakpoints restored\.\n*/mg, '')); | ||
| 26 | + outputBuffer.push(chunk); | ||
| 30 | 27 | } | |
| 31 | 28 | ||
| 32 | 29 | function getOutput() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments