This commit is contained in:
2019-04-01 22:38:36 +00:00
parent 48175e14fe
commit 00cd7b8af9
2 changed files with 8 additions and 2 deletions

View File

@@ -358,7 +358,7 @@ Here are all the API level error codes that can be returned by the API server:
ve.error +
"]";
if (ve.message) {
fldErr += ve.message;
fldErr += " - \"" + ve.message + "\"";
}
allFldErrors += fldErr + "\n";
});