Skip to content

Commit 4de36e3

Browse files
committed
fix: development bin/kubectl-kui should not set NODE_OPTIONS
this is no longer supported (not without console warnings) in the latest electron (22) NOTE: the production kubectl-kui does not have this problem; see packages/builder/dist/electron/build.sh
1 parent a7039f2 commit 4de36e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/kubectl-kui

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export KUI_POPUP_WINDOW_RESIZE=true
2424

2525
# not very important options to electron
2626
export NODE_NO_WARNINGS=1
27-
export NODE_OPTIONS="--no-warnings"
2827

2928
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
3029

0 commit comments

Comments
 (0)