We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9d5fd commit 5c9771fCopy full SHA for 5c9771f
src/inspector_io.cc
@@ -209,7 +209,7 @@ class IoSessionDelegate : public InspectorSessionDelegate {
209
class InspectorIoDelegate: public node::inspector::SocketServerDelegate {
210
public:
211
InspectorIoDelegate(std::shared_ptr<RequestQueueData> queue,
212
- std::shared_ptr<MainThreadHandle> main_threade,
+ std::shared_ptr<MainThreadHandle> main_thread,
213
const std::string& target_id,
214
const std::string& script_path,
215
const std::string& script_name);
0 commit comments