* Minor fix in error message composition.
This commit is contained in:
parent
c06106ec8d
commit
181b7286d2
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ public final class Skin {
|
|||
msg = x.toString();
|
||||
}
|
||||
msg = new StringBuffer("Macro error in ").append(fullName)
|
||||
.append(": ").append(x.getMessage()).toString();
|
||||
.append(": ").append(msg).toString();
|
||||
reval.getResponse().write(" [" + msg + "] ");
|
||||
// for ScriptingExceptions get the original exception
|
||||
if (x instanceof ScriptingException) {
|
||||
|
|
Loading…
Add table
Reference in a new issue