commit | cdae2e0237e36bda9d0a340fcd55794a800ca4a8 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Mar 22 17:05:52 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Mon Mar 22 17:05:52 2021 +0100 |
tree | 6c89c026c4b1501a134fec7ead9a1013a9031727 | |
parent | 83f3994486fd90076e3f13127b9279087a639be8 [diff] |
Set default value for error message This seems to be hard to reproduce as an error, but happened following the logs. Change-Id: I0b33996ff77efd8b3cb859270e1c9d677c73b0ef
diff --git a/src/main/resources/assets/templates/export.ftl b/src/main/resources/assets/templates/export.ftl index 947b7ba..71d529c 100644 --- a/src/main/resources/assets/templates/export.ftl +++ b/src/main/resources/assets/templates/export.ftl
@@ -122,7 +122,7 @@ <#if code??> <script>//<![CDATA[ function dynCall (P) { - P.log(${code}, '${msg}'); + P.log(${code}, '${msg!"Error!"}'); }; //]]></script> </#if>