AndreasMadsen / trace

Creates super long stack traces
https://trace.js.org
MIT License
194 stars 18 forks source link

current uid is a stack #30

Closed AndreasMadsen closed 7 years ago

AndreasMadsen commented 8 years ago

MakeCallback is sometimes called synchronously, thus uid can have multiple values in the same synchronous context.

AndreasMadsen commented 7 years ago

Fixed by #32