Skip to content

Commit

Permalink
src: fix typo in InspectorIoDelegate constructor
Browse files Browse the repository at this point in the history
PR-URL: #42520
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Tierney Cyren <[email protected]>
  • Loading branch information
cola119 authored and juanarbol committed May 31, 2022
1 parent f2dc7c8 commit 824a191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector_io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class IoSessionDelegate : public InspectorSessionDelegate {
class InspectorIoDelegate: public node::inspector::SocketServerDelegate {
public:
InspectorIoDelegate(std::shared_ptr<RequestQueueData> queue,
std::shared_ptr<MainThreadHandle> main_threade,
std::shared_ptr<MainThreadHandle> main_thread,
const std::string& target_id,
const std::string& script_path,
const std::string& script_name);
Expand Down

0 comments on commit 824a191

Please sign in to comment.