Fix hak check for matrix-seshat (#33030)

This commit is contained in:
Michael Telatynski
2026-04-02 09:43:12 +00:00
committed by GitHub
parent 4315038346
commit 0a8ef85f2f
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -103,6 +103,9 @@ export default class HakEnv {
shell: this.isWin(),
...options,
});
proc.on("error", (err) => {
reject(err);
});
proc.on("exit", (code) => {
if (code) {
reject(code);