We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213680a commit 428e01cCopy full SHA for 428e01c
src/appModel.ts
@@ -101,7 +101,7 @@ export class AppModel implements IAppModel {
101
this.showPopUpMsg(`The default port : ${Config.getPort - 1} is currently taken, changing port to : ${Config.getPort}.`);
102
this.Golive(pathUri);
103
} else {
104
- this.showPopUpMsg(`Something is went wrong! Please check into Developer Console or report on GitHub.`, true);
+ this.showPopUpMsg(`Something went wrong! Please check into Developer Console or report on GitHub.`, true);
105
}
106
this.IsServerRunning = true; // to revert status - cheat :p
107
this.ToggleStatusBar(); // reverted
0 commit comments