Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit fa76a1e

Browse files
committed
Backport - Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans
1 parent 287565f commit fa76a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/mochitest/head.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Services.scriptloader.loadSubScript(
3939
);
4040

4141
var { Toolbox } = require("devtools/client/framework/toolbox");
42+
var { Task } = require("devtools/shared/task");
43+
4244
const sourceUtils = {
4345
isLoaded: source => source.get("loadedState") === "loaded"
4446
};

0 commit comments

Comments
 (0)