Skip to content

Commit

Permalink
Merge pull request #100 from RisingGlitch/main
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ThinLiquid authored Aug 12, 2023
2 parents 715eb2b + 25b1206 commit 1166a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/builtin/apps/scripts/terminal/commands/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const metadata = {
export const exec = (fs, term, usr, dir, args) => {
var values=[];
var secondArgPos = 0;
if(args.length==1) {return "Change Localstorage Keys"}
if(args.length!=2) {
if(!args[2].includes('"')) {
values[0]=args[2];
Expand Down

0 comments on commit 1166a0d

Please sign in to comment.