019f1e75
@ -80,6 +80,9 @@ if ($customFunctionsFile) {
}
my %builder = (
handler => sub {
return $class->run( {} );
},
reload => sub {
return $class->reload();
@ -116,8 +119,6 @@ my %builder = (
);
$_apps{handler} = $class->run( {} );
my $app = sub {
$SIG{'PIPE'} = sub {
print STDERR "Got a PIPE signal";