Commit 60ef2c9
committed
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.1 parent c92c50c commit 60ef2c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments