pg-mvc-service 2.0.108 → 2.0.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -441,7 +441,7 @@ export class ResponseType extends ReqResType {
|
|
|
441
441
|
const list = grouped[status];
|
|
442
442
|
if (!list || list.length === 0) { continue; }
|
|
443
443
|
|
|
444
|
-
const descIndentJoin = '\n
|
|
444
|
+
const descIndentJoin = '\n ';
|
|
445
445
|
|
|
446
446
|
if (list.length === 1) {
|
|
447
447
|
// 単一エラーは1行説明
|