Skip to content

Commit

Permalink
can schedule an app to start
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 12, 2024
1 parent 47b21a1 commit d4a7280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -12581,7 +12581,9 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
}
if (thisApp.base_component_id) {
//await yz.prepareApp( thisApp.id, thisApp.base_component_id, thisApp.args )
await yz.addRunningApp(thisApp)
debugger
//await yz.addRunningApp(thisApp)
yz.appHelpers.addNewAppToRunByBCI(thisApp.base_component_id)
}
},200)
} else {
Expand Down

0 comments on commit d4a7280

Please sign in to comment.