Skip to content

Commit

Permalink
chore: test Node 18 and remove debug console (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed May 23, 2022
1 parent a93e854 commit 4a7f572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -4,14 +4,14 @@ anchors:
- &node-version-enum
- '12.22'
- '14.19'
- '16.13'
- '17.4'
- '16.14'
- '18.2'
- &webpack-version-enum
- '4'
- '5'
- &node-version-param
node-version:
default: '16.13'
default: '16.14'
enum: *node-version-enum
type: enum
- &webpack-version-param
Expand Down
1 change: 0 additions & 1 deletion sockets/utils/getSocketUrlParts.js
Expand Up @@ -117,7 +117,6 @@ function getSocketUrlParts(resourceQuery, metadata) {
}

if (!urlParts.hostname || !urlParts.pathname) {
console.log(urlParts);
throw new Error(
[
'[React Refresh] Failed to get an URL for the socket connection.',
Expand Down

0 comments on commit 4a7f572

Please sign in to comment.