Back out $SIG{__DIE__}. Exposes far too many caught errors. Back to the
drawing board.
This commit is contained in:
parent
cd66af7855
commit
2cf986ff57
1 changed files with 0 additions and 2 deletions
|
|
@ -156,8 +156,6 @@ sub handle {
|
||||||
# );
|
# );
|
||||||
# return;
|
# return;
|
||||||
|
|
||||||
local $SIG{__DIE__} = sub { $session->log->error(@_); die @_; };
|
|
||||||
|
|
||||||
# Look for the template preview HTTP headers
|
# Look for the template preview HTTP headers
|
||||||
WebGUI::Asset::Template->processVariableHeaders($session);
|
WebGUI::Asset::Template->processVariableHeaders($session);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue