Skip to content

Commit 1166a0d

Browse files
authored
Merge pull request #100 from RisingGlitch/main
fix
2 parents 715eb2b + 25b1206 commit 1166a0d

File tree

1 file changed

+1
-0
lines changed
  • public/builtin/apps/scripts/terminal/commands

1 file changed

+1
-0
lines changed

public/builtin/apps/scripts/terminal/commands/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const metadata = {
66
export const exec = (fs, term, usr, dir, args) => {
77
var values=[];
88
var secondArgPos = 0;
9+
if(args.length==1) {return "Change Localstorage Keys"}
910
if(args.length!=2) {
1011
if(!args[2].includes('"')) {
1112
values[0]=args[2];

0 commit comments

Comments
 (0)