fix(brotli): protect and unprotect buffer values (#12829)

This commit is contained in:
Dylan Conway
2024-07-25 18:24:01 -07:00
committed by GitHub
parent 5f1b569c52
commit d7187592c0
8 changed files with 16 additions and 108 deletions

View File

@@ -50,7 +50,7 @@ pub const ExecCommand = struct {
// Output.flush();
// }
Global.exitWide(code);
Global.exit(code);
// }
}
};