diff options
author | 0neGal <mail@0negal.com> | 2023-07-22 16:09:41 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-07-22 16:09:41 +0200 |
commit | 11f2bc2de10e5ec7bb8a8b102855e9b7f0122c02 (patch) | |
tree | 29fbc46781019ccc19c53664a27042acd4112f25 /src/cli.js | |
parent | e984cf81b7fd84c44fb39206c639c35a44c6054c (diff) | |
download | Viper-11f2bc2de10e5ec7bb8a8b102855e9b7f0122c02.tar.gz Viper-11f2bc2de10e5ec7bb8a8b102855e9b7f0122c02.zip |
colored console logging
Far prettier, and far more useful at a glance.
Diffstat (limited to 'src/cli.js')
-rw-r--r-- | src/cli.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ const events = new Emitter(); const cli = app.commandLine; const lang = require("./lang"); const json = require("./modules/json"); +console = require("./modules/console"); function hasArgs() { // Makes sure the GUI isn't launched. |