Skip to content

Commit

Permalink
src: fix typo in InspectorIoDelegate constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
cola119 committed Mar 30, 2022
1 parent 33cbdb3 commit 0c39abf
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 0c39abf

Please sign in to comment.