mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Reverted workarounds now cycling dep issue is resolved
This commit is contained in:
parent
b64c46c95d
commit
0442f5c28c
@ -28,8 +28,7 @@ export class HideoutCustomisationProgram {
|
||||
|
||||
await childContainer.resolve<HideoutCustomisationGen>("HideoutCustomisationGen").run();
|
||||
} catch (err: unknown) {
|
||||
console.log("HideoutCustomisationGen broke");
|
||||
//new ErrorHandler().handleCriticalError(err instanceof Error ? err : new Error(String(err)));
|
||||
new ErrorHandler().handleCriticalError(err instanceof Error ? err : new Error(String(err)));
|
||||
}
|
||||
|
||||
// Kill the process, something holds it open so we need to manually kill it
|
||||
|
@ -26,7 +26,7 @@ export class ProductionQuestsGenProgram {
|
||||
Container.registerPostLoadTypes(container, childContainer);
|
||||
await childContainer.resolve<ProductionQuestsGen>("ProductionQuestsGen").run();
|
||||
} catch (err: any) {
|
||||
//this.errorHandler.handleCriticalError(err instanceof Error ? err : new Error(err));
|
||||
this.errorHandler.handleCriticalError(err instanceof Error ? err : new Error(err));
|
||||
}
|
||||
|
||||
// Kill the process, something holds it open so we need to manually kill it
|
||||
|
Loading…
x
Reference in New Issue
Block a user