diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-02-13 17:04:00 -0500 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-02-13 17:04:00 -0500 |
| commit | a09b01abf7c03e6b7e43f2175e5a34501808821b (patch) | |
| tree | 21ae6feb1d9ac1a07f045dffc24db406e2a4183b /backend/src/index.js | |
| parent | fa3ec3299b3fa33e5a699683beb96cfa4e6dd51d (diff) | |
omg it works
Diffstat (limited to 'backend/src/index.js')
| -rw-r--r-- | backend/src/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
