mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
remove debug
This commit is contained in:
parent
061279afaa
commit
09a87e8db4
@ -621,7 +621,6 @@ async function appMain() {
|
||||
|
||||
// Check if the user is requesting the version from the command line, if so, return it and bail out.
|
||||
const args = process.argv;
|
||||
console.log("args", args);
|
||||
if (args?.length > 1 && (args.includes("--version") || args.includes("-v"))) {
|
||||
const pkg = require("../package.json");
|
||||
console.log(`Wave Terminal v${pkg.version}`);
|
||||
|
Loading…
Reference in New Issue
Block a user