Skip to content

Commit 5c9771f

Browse files
cola119juanarbol
authored andcommitted
src: fix typo in InspectorIoDelegate constructor
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]>
1 parent ae9d5fd commit 5c9771f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector_io.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class IoSessionDelegate : public InspectorSessionDelegate {
209209
class InspectorIoDelegate: public node::inspector::SocketServerDelegate {
210210
public:
211211
InspectorIoDelegate(std::shared_ptr<RequestQueueData> queue,
212-
std::shared_ptr<MainThreadHandle> main_threade,
212+
std::shared_ptr<MainThreadHandle> main_thread,
213213
const std::string& target_id,
214214
const std::string& script_path,
215215
const std::string& script_name);

0 commit comments

Comments
 (0)