We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9431980 commit bb325f8Copy full SHA for bb325f8
src/inspector_io.cc
@@ -286,7 +286,7 @@ void InspectorIo::ThreadMain() {
286
int thread_name_error = uv_thread_setname("InspectorIo");
287
if (!thread_name_error) [[unlikely]] {
288
per_process::Debug(node::DebugCategory::INSPECTOR_SERVER,
289
- "Failed to set thread name for Inspector\n");
+ "Failed to set thread name for Inspector\n");
290
}
291
uv_loop_t loop;
292
loop.data = nullptr;
0 commit comments