Fix hak check for matrix-seshat (backport #33030) (#33063)

This commit is contained in:
Michael Telatynski
2026-04-07 16:07:42 +01:00
committed by GitHub
parent dbac03cbce
commit 3e5da3ca2b
2 changed files with 12 additions and 4 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);