trying to get a stack trace working lol

This commit is contained in:
Ben
2018-09-08 12:26:34 +01:00
parent 301f255d0d
commit 30a1e1e834
3 changed files with 823 additions and 4 deletions

View File

@@ -8,11 +8,8 @@ export class NoteController extends ControllerHandler {
static async newNote(req, res, next) {
Logger.debug(JSON.stringify(req.user, false, 4));
console.dir(__stack, { depth: null })
next();
}
}