デプロイ際、このアプリで生成したJavaScriptおよびCSS以外のファイルが削除されない対応
This commit is contained in:
@@ -66,7 +66,7 @@ export class ActionProcess{
|
||||
result = await action.process(nextAction,this.event,this.context);
|
||||
}
|
||||
let nextInput = '';
|
||||
//outputPoints一㝤以上㝮場坈〝次㝮InputPoint㝯戻り値を設定㝙る
|
||||
//outputPoints一つ以上の場合、次のInputPointは戻り値を設定する
|
||||
if(nextAction.outputPoints && nextAction.outputPoints.length>1){
|
||||
nextInput = result.result||'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user