diff options
Diffstat (limited to 'cgi/index.pl')
-rw-r--r-- | cgi/index.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 7e88cee..8ca7c5c 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -315,6 +315,7 @@ sub render_json { $self->render( json => { + error => $errstr, preformatted => \@preformatted, raw => \@raw_objects, } |