From a09b01abf7c03e6b7e43f2175e5a34501808821b Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 13 Feb 2018 17:04:00 -0500 Subject: omg it works --- backend/src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backend/src/index.js') diff --git a/backend/src/index.js b/backend/src/index.js index 22cc9ef..3630b74 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -35,4 +35,5 @@ server.start(() => console.log('Server is running on http://localhost:4000')); // overwrite console.log const chalk = require('chalk'); -global.console.l = (...butta) => console.log(chalk.bold.yellow(...butta)); +// global.console.l = (...butta) => console.log(chalk.bold.yellow(...butta)); +global.console.l = console.log; -- cgit v1.3