diff options
author | 0neGal <mail@0negal.com> | 2023-07-24 18:01:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 18:01:25 +0200 |
commit | 4e870f414cd4a85c4fca29bf4eb6f79f1aa89487 (patch) | |
tree | c9c1731b43861fcfcc7e15237a7924d8f4ecf21d /src/index.js | |
parent | 5cf79aa0847831b573a52d3c147ca1f78e712a40 (diff) | |
parent | 112610902caef019ea4af17d77079cd090d6b9b5 (diff) | |
download | Viper-4e870f414cd4a85c4fca29bf4eb6f79f1aa89487.tar.gz Viper-4e870f414cd4a85c4fca29bf4eb6f79f1aa89487.zip |
Merge branch 'main' into packages-dir
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index 9e2f31f..3e7e08f 100644 --- a/src/index.js +++ b/src/index.js @@ -22,7 +22,7 @@ const requests = require("./modules/requests"); const packages = require("./modules/packages"); const is_running = require("./modules/is_running"); - +console = require("./modules/console"); var log = console.log; // Starts the actual BrowserWindow, which is only run when using the |