Skip to content

Commit

Permalink
Update PuppeteerConnectionDelegate.js
Browse files Browse the repository at this point in the history
Namespace was not fully changed
  • Loading branch information
SirLouen authored and xtrime-ru committed Aug 17, 2023
1 parent 967e569 commit 78c7b48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/PuppeteerConnectionDelegate.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use strict";

const { ConnectionDelegate } = require("@nesk/rialto"),
Logger = require("@nesk/rialto/src/node-process/Logger"),
ConsoleInterceptor = require("@nesk/rialto/src/node-process/NodeInterceptors/ConsoleInterceptor"),
StandardStreamsInterceptor = require("@nesk/rialto/src/node-process/NodeInterceptors/StandardStreamsInterceptor");
const { ConnectionDelegate } = require("@zoon/rialto"),
Logger = require("@zoon/rialto/src/node-process/Logger"),
ConsoleInterceptor = require("@zoon/rialto/src/node-process/NodeInterceptors/ConsoleInterceptor"),
StandardStreamsInterceptor = require("@zoon/rialto/src/node-process/NodeInterceptors/StandardStreamsInterceptor");

/**
* Handle the requests of a connection to control Puppeteer.
Expand Down

0 comments on commit 78c7b48

Please sign in to comment.