parent
c76d56b752
commit
fca5d8b0a6
|
@ -10,8 +10,8 @@ async function boot() {
|
|||
await startRelay();
|
||||
}
|
||||
|
||||
boot();
|
||||
|
||||
process.on("uncaughtException", function (err) {
|
||||
console.log("Caught exception: " + err);
|
||||
});
|
||||
|
||||
export {};
|
||||
|
|
Loading…
Reference in New Issue