diff options
author | 0neGal <mail@0negal.com> | 2023-01-12 17:56:22 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-01-12 18:50:50 +0100 |
commit | 25940f0bba1f207afaad8bb395e440852fadc83b (patch) | |
tree | 1935f4ca08397dd50edf32b70dc76cbc96bc8101 /src/index.js | |
parent | c1a89d8220834c16c8d3cdf0f732ad38c1bd157c (diff) | |
download | Viper-25940f0bba1f207afaad8bb395e440852fadc83b.tar.gz Viper-25940f0bba1f207afaad8bb395e440852fadc83b.zip |
rename: --debug to --devtools
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js index ba08056..b654f84 100644 --- a/src/index.js +++ b/src/index.js @@ -35,8 +35,8 @@ function start() { }, }); - // when --debug is added it'll open the dev tools - if (cli.hasParam("debug")) {win.openDevTools()} + // when --devtools is added it'll open the dev tools + if (cli.hasParam("devtools")) {win.openDevTools()} // general setup win.removeMenu(); |