Skip to content

Commit d755bd3

Browse files
committed
split files
1 parent 3e9f066 commit d755bd3

9 files changed

Lines changed: 540 additions & 453 deletions

File tree

src/devtools/262_worker.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
Value,
1111
Realm,
1212
Throw,
13-
Descriptor,
1413
CreateBuiltinFunction,
1514
JSStringValue,
1615
CreateNonEnumerableDataPropertyOrThrow,
@@ -32,6 +31,7 @@ class WorkerInspector extends Inspector {
3231
abortController.abort();
3332
abortController = new AbortController();
3433
recreateAgent(params.features, abortController.signal);
34+
this.send({ id, result: {} });
3535
return;
3636
}
3737
this.onMessage(id, method, params);

0 commit comments

Comments
 (0)