Skip to content

Commit 23f43e6

Browse files
committed
Wheee! What a lineup!!!
1 parent 116813e commit 23f43e6

4 files changed

Lines changed: 1314 additions & 128 deletions

File tree

apps/Terminal.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3610,14 +3610,18 @@ if (RELOAD_TERM_ONRELOAD) await this.Win.reload({appOnly: true});
36103610
}//»
36113611
async _onreload(){
36123612

3613-
// await this._reloadShell();
3613+
//Just reload the shell (if working on a devtest command)
3614+
await this._reloadShell();
36143615

3616+
3617+
/*
3618+
//If you are working on some library
36153619
let mod = "games.poker";
36163620
if (!this.ShellMod.allLibs[mod]) return;
36173621
this.doOverlay(`Delete: ${mod}`);
36183622
await this.ShellMod.util.deleteMods([mod]);
36193623
await this.ShellMod.util.doImports([mod], cerr);
3620-
3624+
*/
36213625
}
36223626

36233627
/*

0 commit comments

Comments
 (0)