You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
bokutin
changed the title
aaa is not separated by BBB plugin_exit(OK, "head\n\tindented") is OKhead\n\tindented
plugin_exit is not separated by " - "
Dec 24, 2020
monitoring-plugin-perl/lib/Monitoring/Plugin/Functions.pm
Line 122 in 3035ed0
Isn't the intention below?
/\A\s*\n/mxs;
or
/^\S/;
The text was updated successfully, but these errors were encountered: