Compare commits

...
Sign in to create a new pull request.

1 commit
main ... main

Author SHA1 Message Date
52040aff08
lint fix 2025-05-05 19:01:25 -04:00
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ export default () => {
),
"/tmp/discord-ipc": () => lanyardInstance,
"/tmp/heartrate": () => Hyperate(),
};
};
const history: string[] = [];
let historyIndex = -1;
@ -119,7 +119,7 @@ export default () => {
].join("\n");
} else {
out = `bash: ${cmd}: command not found`;
}
}
appendLine(out);
inputBox.value = "";

View file

@ -48,7 +48,7 @@ export default () => {
}),
},
null,
2
2,
);
highlightElement(container.current);
}