Fixed unknown roles
This commit is contained in:
@@ -13,8 +13,8 @@ exports.Polyfill = void 0;
|
||||
const polyfillLibrary = require("polyfill-library");
|
||||
const _1 = require(".");
|
||||
const threads_1 = require("threads");
|
||||
const features = new _1.WaitForSync();
|
||||
function getRouter(fileToWatch, opts) {
|
||||
const features = new _1.WaitForSync();
|
||||
(() => __awaiter(this, void 0, void 0, function* () {
|
||||
const worker = yield threads_1.spawn(new threads_1.Worker("./polyfill-worker"));
|
||||
const feats = yield worker(fileToWatch);
|
||||
|
||||
Reference in New Issue
Block a user