2.0.1
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.
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.