Skip to content

Commit c332543

Browse files
committed
Issue #52: Refresh the project on a restart event to ensure the mode is correct
1 parent f8711c4 commit c332543

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/com.ibm.microclimate.core/src/com/ibm/microclimate/core/internal/connection/MicroclimateSocket.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ private void onProjectRestart(JSONObject event) throws JSONException {
371371
StartMode startMode = StartMode.get(event);
372372
app.setStartMode(startMode);
373373

374+
// Update the application
375+
MCUtil.updateApplication(app);
376+
374377
// Make sure no old debugger is running
375378
app.clearDebugger();
376379

0 commit comments

Comments
 (0)