Skip to content

Commit

Permalink
test: Debugger.CallFrame.url is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeurer committed Feb 7, 2022
1 parent 9c49865 commit 0d502e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-worker-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class WorkerSession extends EventEmitter {
this.post(command);
const notification = await notificationPromise;
const callFrame = notification.params.callFrames[0];
assert.strictEqual(callFrame.url, pathToFileURL(script).toString());
// assert.strictEqual(callFrame.url, pathToFileURL(script).toString());
assert.strictEqual(callFrame.location.lineNumber, line);
}

Expand Down

0 comments on commit 0d502e8

Please sign in to comment.