Skip to content

Commit 1e41d44

Browse files
author
Akos Kitta
committed
fix: monitor model is not connected in ctor
Signed-off-by: Akos Kitta <[email protected]>
1 parent 9cced4b commit 1e41d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/monitor-model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class MonitorModel implements FrontendApplicationContribution {
3939
this._darkTheme = false;
4040
this._wsPort = 0;
4141
this._serialPort = '';
42-
this._connected = true;
42+
this._connected = false;
4343

4444
this.onChangeEmitter = new Emitter<
4545
MonitorModel.State.Change<keyof MonitorModel.State>

0 commit comments

Comments
 (0)