Skip to content

Commit

Permalink
src: fix typo in InspectorIoDelegate constructor
Browse files Browse the repository at this point in the history
PR-URL: nodejs#42520
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
  • Loading branch information
cola119 authored and juanarbol committed Apr 4, 2022
1 parent ae9d5fd commit 5c9771f
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 5c9771f

Please sign in to comment.