Skip to content

Commit 8da272a

Browse files
committed
Added missing import
1 parent 59af6e6 commit 8da272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chromium/crBrowser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import { Events } from './events';
1919
import { Events as CommonEvents } from '../events';
20-
import { assert, debugError } from '../helper';
20+
import { assert, helper, debugError } from '../helper';
2121
import { BrowserContext, BrowserContextOptions, validateBrowserContextOptions, assertBrowserContextIsNotOwned, verifyGeolocation } from '../browserContext';
2222
import { CRConnection, ConnectionEvents, CRSession } from './crConnection';
2323
import { Page, PageEvent } from '../page';

0 commit comments

Comments
 (0)