Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 23, 2023
1 parent a6a25c9 commit c6d069d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function testBreakpointBeforeScriptExecution(session) {
{ 'method': 'Debugger.enable' },
{ 'method': 'Debugger.setInstrumentationBreakpoint',
'params': { 'instrumentation': 'beforeScriptExecution' } },
{ 'method': 'Runtime.runIfWaitingForDebugger' }
{ 'method': 'Runtime.runIfWaitingForDebugger' },
];

await session.send(commands);
Expand Down

0 comments on commit c6d069d

Please sign in to comment.