Unrestrict console depth nesting
This commit is contained in:
@@ -30,6 +30,7 @@ const fetch = require('node-fetch').default;
|
||||
// Unrestrict console logs display limit
|
||||
util.inspect.defaultOptions.maxArrayLength = null;
|
||||
util.inspect.defaultOptions.maxStringLength = null;
|
||||
util.inspect.defaultOptions.depth = null;
|
||||
|
||||
// local library imports
|
||||
const basicAuthMiddleware = require('./src/middleware/basicAuth');
|
||||
|
||||
Reference in New Issue
Block a user