Skip to content

Commit

Permalink
fix: development bin/kubectl-kui should not set NODE_OPTIONS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
starpit committed Jan 13, 2023
1 parent a7039f2 commit 4de36e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/kubectl-kui
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export KUI_POPUP_WINDOW_RESIZE=true

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

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

Expand Down

0 comments on commit 4de36e3

Please sign in to comment.