Skip to content
Snippets Groups Projects
Commit 13a8f7dd authored by Hubert Boma Manilla's avatar Hubert Boma Manilla
Browse files

Bug 1824109 - [devtools] Make sure the paused task is resumed before exiting...

Bug 1824109 - [devtools] Make sure the paused task is resumed before exiting r=devtools-reviewers,nchevobbe a=test-only

Differential Revision: https://phabricator.services.mozilla.com/D207088
parent 68c4239a
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ add_task(async function () {
const button = toggleButton(dbg);
ok(!button, "toggle button shouldn't be there");
await resume(dbg);
});
add_task(async function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment