mattinsler / longjohn

Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with promises

dypsilon opened this issue · comments

All I get is:

    at Promise.resolve.then (/usr/src/app/lib/promises/index.js:61:15)
    at process._tickDomainCallback (internal/process/next_tick.js:129:7)

Is this project still alive?

Can you test against a newer fork at https://github.com/drauggres/longjohn ?

@tenaciousRas I tried both your repo and this one. But I couldn't get what I want, it seems nothing happened. Does it support node-v6.9.1 LTS?

Same here. I think you meant @drauggres repo? I only referred to @drauggres because it was ahead of this fork. I couldn't get either fork to work with my NJS v5 project when I wrote that comment in late Oct/2016.

I see, thanks.

The --trace-warnings flag is as close as I can get without this module. :/