1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove spaces

Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
Sebastian Malton 2020-08-04 09:54:50 -04:00
parent f215f5aec1
commit 1a845e499a

View File

@ -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,