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:
parent
f215f5aec1
commit
1a845e499a
@ -29,12 +29,12 @@ export async function shellSync() {
|
|||||||
} else if (!env.LANG.endsWith(".UTF-8")) {
|
} else if (!env.LANG.endsWith(".UTF-8")) {
|
||||||
env.LANG += ".UTF-8"
|
env.LANG += ".UTF-8"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Overwrite PATH on darwin
|
// Overwrite PATH on darwin
|
||||||
if (process.env.NODE_ENV === "production" && process.platform === "darwin") {
|
if (process.env.NODE_ENV === "production" && process.platform === "darwin") {
|
||||||
process.env["PATH"] = env.PATH
|
process.env["PATH"] = env.PATH
|
||||||
}
|
}
|
||||||
|
|
||||||
// The spread operator allows joining of objects. The precedence is last to first.
|
// The spread operator allows joining of objects. The precedence is last to first.
|
||||||
process.env = {
|
process.env = {
|
||||||
...env,
|
...env,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user