Skip to content

Commit 8b9cf08

Browse files
committed
improve regex
1 parent 7c65470 commit 8b9cf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show-busy-java-threads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ printStackOfThreads() {
416416
/^$/d; p # delete end seperator line
417417
}"
418418
else
419-
local sed_script="/nid=${threadId0x} /,/^$/ {
419+
local sed_script="/ nid=${threadId0x} /,/^$/ {
420420
/^$/d; p # delete end seperator line
421421
}"
422422
fi

0 commit comments

Comments
 (0)