mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
Fix display of perl errors (use tab to force empty prefix on message)
This commit is contained in:
@@ -120,8 +120,8 @@ char *perl_weechat_code =
|
||||
" }"
|
||||
" return 0;"
|
||||
"}"
|
||||
"$SIG{__WARN__} = sub { weechat::print(\"\", \"perl error: $_[0]\"); };"
|
||||
"$SIG{__DIE__} = sub { weechat::print(\"\", \"perl error: $_[0]\"); };"
|
||||
"$SIG{__WARN__} = sub { weechat::print(\"\", \"\tperl error: $_[0]\"); };"
|
||||
"$SIG{__DIE__} = sub { weechat::print(\"\", \"\tperl error: $_[0]\"); };"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user