We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116813e commit 23f43e6Copy full SHA for 23f43e6
4 files changed
apps/Terminal.js
@@ -3610,14 +3610,18 @@ if (RELOAD_TERM_ONRELOAD) await this.Win.reload({appOnly: true});
3610
}//»
3611
async _onreload(){
3612
3613
-// await this._reloadShell();
+//Just reload the shell (if working on a devtest command)
3614
+ await this._reloadShell();
3615
3616
+
3617
+/*
3618
+//If you are working on some library
3619
let mod = "games.poker";
3620
if (!this.ShellMod.allLibs[mod]) return;
3621
this.doOverlay(`Delete: ${mod}`);
3622
await this.ShellMod.util.deleteMods([mod]);
3623
await this.ShellMod.util.doImports([mod], cerr);
-
3624
+*/
3625
}
3626
3627
/*
0 commit comments