Increase error stack trace limit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2020-10-18 22:07:12 -05:00
parent 2e05ec77c8
commit bb79d52911
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -10,7 +10,7 @@ class SettingsUnit extends Unit {
}
async go(app) {
Error.stackTraceLimit = 35
Error.stackTraceLimit = 50
app.express.set('trust proxy', true)
const Setting = this.models.get('Setting')