console-log-json icon indicating copy to clipboard operation
console-log-json copied to clipboard

put the line "Caused By: Error:" onto the next line when printing a stack trace like this

Open hiro5id opened this issue 6 years ago • 0 comments

Error: Error while querying DB2 database
    at new Promise (<anonymous>)
    at /src/app.ts:92:15
    at Generator.throw (<anonymous>)
    at rejected (/dist/refresh-dsw/src/app.js:6:65)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)Caused By: Error: Error while querying DB2 database
    at Db2QueryService.<anonymous> (/src/shared/Db2QueryService.ts:14:13)
    at Generator.throw (<anonymous>)
    at rejected (/dist/packages/internal-api/src/shared/Db2QueryService.js:6:65)

hiro5id avatar Dec 13 '19 07:12 hiro5id