mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
Unrestrict console depth nesting
This commit is contained in:
parent
8b7b32a141
commit
1c01aafd51
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user