mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-28 12:30:12 +02:00
alias-envs: delete old env
This commit is contained in:
parent
bcda104ddb
commit
f3f0d0eb21
@ -18,5 +18,6 @@ for (const [ oldEnv, newEnv ] of Object.entries(mapping)) {
|
||||
console.error(`${Red('[!]')} ${oldEnv} is deprecated and will be removed in a future version.`);
|
||||
console.error(` You should use ${newEnv} instead.`);
|
||||
console.error();
|
||||
delete process.env[oldEnv];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user