Skip to content

2.0.1

Compare
Choose a tag to compare
@KittyGiraudel KittyGiraudel released this 02 Feb 20:45
· 311 commits to master since this release
Fix debug task name

Since `documentize` is an async function, it was in fact a 6to5 wrapper
and not the original named function, thus `task.name` was returning a
funny name like `callee$1$0`.

This fix ensures the right name is displayed.