Skip to content

Commit bb325f8

Browse files
committed
fixup! src: set signal inspector io thread name
1 parent 9431980 commit bb325f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector_io.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ void InspectorIo::ThreadMain() {
286286
int thread_name_error = uv_thread_setname("InspectorIo");
287287
if (!thread_name_error) [[unlikely]] {
288288
per_process::Debug(node::DebugCategory::INSPECTOR_SERVER,
289-
"Failed to set thread name for Inspector\n");
289+
"Failed to set thread name for Inspector\n");
290290
}
291291
uv_loop_t loop;
292292
loop.data = nullptr;

0 commit comments

Comments
 (0)