From 58f14f8fb639feb81738d4ba3b52b5efccbb0548 Mon Sep 17 00:00:00 2001 From: Prince527 Date: Sun, 28 Apr 2024 18:36:45 -0300 Subject: [PATCH] Maybe im just stupid? --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2128bfc..0b46a99 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ try { global.config = envJSON(envString(require('dotenv').config())); } -console.log(global.config); +console.log(`Why is docker so goofed: ${global.config}`); if (!global.config) { console.log("\x1b[31m[ERROR] No config.json file found\x1b[0m");