fix(compile): include debugError in webkit/FrameManager

This commit is contained in:
Pavel 2019-12-10 16:33:34 -08:00
parent 44d944c18b
commit 3146d47de8

View File

@ -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';