Skip to content

Commit

Permalink
Maybe im just stupid?
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub committed Apr 28, 2024
1 parent 638dcbe commit 58f14f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 58f14f8

Please sign in to comment.