kintone-migrator 0.31.5 → 0.31.6
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/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2682,7 +2682,7 @@ async function runMultiAppWithFailCheck(plan, executor, successMessage) {
|
|
|
2682
2682
|
printMultiAppResult(multiResult);
|
|
2683
2683
|
if (multiResult.hasFailure) {
|
|
2684
2684
|
const succeededCount = multiResult.results.filter((r) => r.status === "succeeded").length;
|
|
2685
|
-
if (succeededCount > 0) p.log.warn(`${succeededCount} app(s)
|
|
2685
|
+
if (succeededCount > 0) p.log.warn(`${succeededCount} app(s) completed before execution stopped. Check their status in kintone.`);
|
|
2686
2686
|
throw new SystemError(SystemErrorCode.ExecutionError, "Execution stopped due to failure.");
|
|
2687
2687
|
}
|
|
2688
2688
|
if (successMessage) p.log.success(successMessage);
|