BUG527:エラーの共通処理追加
This commit is contained in:
@@ -65,8 +65,7 @@ export class AutoNumbering implements IAction{
|
||||
}
|
||||
return result;
|
||||
}catch(error){
|
||||
console.error(error);
|
||||
event.error="処理中異常が発生しました。";
|
||||
context.errors.handleError(error,actionNode);
|
||||
return {
|
||||
canNext:false,
|
||||
result:false
|
||||
|
||||
Reference in New Issue
Block a user