Spaces:
Running
Running
Update index.js
#1
by
fgsi
- opened
index.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
for (let e of ['unhandledRejection', 'uncaughtException']) process.on(e, console.error)
|
2 |
|
|
|
3 |
const os = require('os')
|
4 |
const bytes = require('bytes')
|
5 |
const morgan = require('morgan')
|
|
|
1 |
for (let e of ['unhandledRejection', 'uncaughtException']) process.on(e, console.error)
|
2 |
|
3 |
+
|
4 |
const os = require('os')
|
5 |
const bytes = require('bytes')
|
6 |
const morgan = require('morgan')
|