From 1a845e499a60abe7cd257510da6a21e6bda2cbfa Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 4 Aug 2020 09:54:50 -0400 Subject: [PATCH] remove spaces Signed-off-by: Sebastian Malton --- src/main/shell-sync.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/shell-sync.ts b/src/main/shell-sync.ts index f48d072008..373d0a36ba 100644 --- a/src/main/shell-sync.ts +++ b/src/main/shell-sync.ts @@ -29,12 +29,12 @@ export async function shellSync() { } else if (!env.LANG.endsWith(".UTF-8")) { env.LANG += ".UTF-8" } - + // Overwrite PATH on darwin if (process.env.NODE_ENV === "production" && process.platform === "darwin") { process.env["PATH"] = env.PATH } - + // The spread operator allows joining of objects. The precedence is last to first. process.env = { ...env,