mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
disable node deprecations in upgrade function
This commit is contained in:
parent
beb4f22aaa
commit
10c72dd8a2
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
function upgrade --wraps=topgrade
|
function upgrade --wraps=topgrade
|
||||||
|
set -x NODE_OPTIONS "--no-deprecation"
|
||||||
if not bw login --check
|
if not bw login --check
|
||||||
set -x BW_SESSION (bw login --raw)
|
set -x BW_SESSION (bw login --raw)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue