Skip to content

Commit

Permalink
fix: fix the util import in Connection.ts (#10450)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jun 26, 2023
1 parent 483ecaa commit 61f4525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/puppeteer-core/src/common/Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {Protocol} from 'devtools-protocol';
import {ProtocolMapping} from 'devtools-protocol/types/protocol-mapping.js';

import {assert} from '../util/assert.js';
import {Deferred} from '../util/util.js';
import {Deferred} from '../util/Deferred.js';

import {ConnectionTransport} from './ConnectionTransport.js';
import {debug} from './Debug.js';
Expand Down

0 comments on commit 61f4525

Please sign in to comment.