mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
fix: finish blocker lane hook and install regressions
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user