Skip to content

Commit

Permalink
ensure InspectorProxyWorker unsafeDirectPort is set
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Oct 25, 2023
1 parent 1084bcb commit 7ee52ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class ProxyController extends EventEmitter {
},

unsafeDirectHost: this.latestConfig.dev?.inspector?.hostname,
unsafeDirectPort: this.latestConfig.dev?.inspector?.port,
unsafeDirectPort: this.latestConfig.dev?.inspector?.port ?? 0,
},
],

Expand Down

0 comments on commit 7ee52ca

Please sign in to comment.