130
edits
(Removing the custom asyncTest function with the native add_task) |
(Removing the custom asyncTest function with the native add_task) |
||
| Line 155: | Line 155: | ||
]; | ]; | ||
add_task(function*() { | |||
yield addTab("..."); | yield addTab("..."); | ||
let {toolbox, inspector} = yield openInspector(); | let {toolbox, inspector} = yield openInspector(); | ||
edits