Skip to content

Commit c6d069d

Browse files
committed
lint
1 parent a6a25c9 commit c6d069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/known_issues/test-inspector-instrumentation-breakpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function testBreakpointBeforeScriptExecution(session) {
2020
{ 'method': 'Debugger.enable' },
2121
{ 'method': 'Debugger.setInstrumentationBreakpoint',
2222
'params': { 'instrumentation': 'beforeScriptExecution' } },
23-
{ 'method': 'Runtime.runIfWaitingForDebugger' }
23+
{ 'method': 'Runtime.runIfWaitingForDebugger' },
2424
];
2525

2626
await session.send(commands);

0 commit comments

Comments
 (0)