From 34d36d20e2cc48cb03a64a8a56d71e60c7c30865 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Wed, 16 Nov 2022 15:54:06 +0200 Subject: [PATCH] Drop this commit: Make setup of shell not screw up development --- .../start-main-application/runnables/setup-shell.injectable.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/start-main-application/runnables/setup-shell.injectable.ts b/src/main/start-main-application/runnables/setup-shell.injectable.ts index 6f80b225ac..880c6d5531 100644 --- a/src/main/start-main-application/runnables/setup-shell.injectable.ts +++ b/src/main/start-main-application/runnables/setup-shell.injectable.ts @@ -4,7 +4,6 @@ */ import { getInjectable } from "@ogre-tools/injectable"; import loggerInjectable from "../../../common/logger.injectable"; -import { onLoadOfApplicationInjectionToken } from "../runnable-tokens/on-load-of-application-injection-token"; import os from "os"; import { unionPATHs } from "../../../common/utils/union-env-path"; import isSnapPackageInjectable from "../../../common/vars/is-snap-package.injectable"; @@ -61,7 +60,7 @@ const setupShellInjectable = getInjectable({ }; }, - injectionToken: onLoadOfApplicationInjectionToken, + // injectionToken: onLoadOfApplicationInjectionToken, causesSideEffects: true, });