mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
fix(compile): include debugError in webkit/FrameManager
This commit is contained in:
parent
44d944c18b
commit
3146d47de8
@ -18,7 +18,7 @@
|
||||
import * as EventEmitter from 'events';
|
||||
import { TimeoutError } from '../Errors';
|
||||
import * as frames from '../frames';
|
||||
import { assert, helper, RegisteredListener } from '../helper';
|
||||
import { assert, debugError, helper, RegisteredListener } from '../helper';
|
||||
import * as js from '../javascript';
|
||||
import * as dom from '../dom';
|
||||
import * as network from '../network';
|
||||
|
Loading…
Reference in New Issue
Block a user