chore(ci): format macos relay
parent
714ba2a58d
commit
abf05af474
|
|
@ -58,7 +58,10 @@ async function main() {
|
||||||
});
|
});
|
||||||
|
|
||||||
process.on("uncaughtException", (error) => {
|
process.on("uncaughtException", (error) => {
|
||||||
console.error("[clawdis] Uncaught exception:", error.stack ?? error.message);
|
console.error(
|
||||||
|
"[clawdis] Uncaught exception:",
|
||||||
|
error.stack ?? error.message,
|
||||||
|
);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -66,4 +69,3 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void main();
|
void main();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue