diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-09-21 10:28:26 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-09-21 10:28:26 +0200 |
commit | e1c4b648d116befc202d1b8059ffc806e494248d (patch) | |
tree | ba8c40c2ead3fd8621e317116e84a63941c8c922 /apps/workflowengine/js/workflowengine.js | |
parent | 9f4b640e926c4056b89f89ffa886ff68c5eb8cd7 (diff) | |
download | nextcloud-server-e1c4b648d116befc202d1b8059ffc806e494248d.tar.gz nextcloud-server-e1c4b648d116befc202d1b8059ffc806e494248d.zip |
Improve syntax error reporting
In some cases the error information is not enough to debug it.
Before:
syntax error, unexpected '<<' (T_SL)
/var/www/html/lib/private/AppFramework/Http/Dispatcher.php
158
After:
syntax error, unexpected '<<' (T_SL) in file '/var/www/html/apps/groupfolders/lib/Mount/GroupFolderStorage.php' line 88
/var/www/html/lib/private/AppFramework/Http/Dispatcher.php
158
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/workflowengine/js/workflowengine.js')
0 files changed, 0 insertions, 0 deletions