mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-12 16:22:30 +02:00
fix: finish blocker lane hook and install regressions
This commit is contained in:
parent
b5157f4ed1
commit
b19b4c6b5e
10 changed files with 188 additions and 45 deletions
|
|
@ -73,7 +73,9 @@ function writeLegacySpawnOutput(raw, result) {
|
|||
return;
|
||||
}
|
||||
|
||||
process.stdout.write(raw);
|
||||
if (Number.isInteger(result.status) && result.status === 0) {
|
||||
process.stdout.write(raw);
|
||||
}
|
||||
}
|
||||
|
||||
function getPluginRoot() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue