Update main.js.download

This commit is contained in:
Adil Sadqi 2023-04-01 23:21:04 +00:00 committed by GitHub
parent 5e6c47d7fc
commit db1a5ee3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -182,7 +182,7 @@ function commander(cmd) {
loopLines(help, "color2 margin", 80); loopLines(help, "color2 margin", 80);
break; break;
case "version": case "version":
addLine("ASCODES v2.8.0", "color2", 80); addLine("ASCODES v3.0.1", "color2", 80);
setTimeout(function() { setTimeout(function() {
},800); },800);
break; break;
@ -283,8 +283,11 @@ function commander(cmd) {
break; break;
case "windows": case "windows":
addLine("Starting Windows Sadqi...", "color2", 0); addLine("Starting Windows Sadqi...", "color2", 0);
setTimeout(() => {
newTab(website); newTab(website);
}, 2000);
break; break;
case "curl": case "curl":
addLine("Opening Website...", "color2", 0); addLine("Opening Website...", "color2", 0);
newTab(curl); newTab(curl);