easy there

This commit is contained in:
Chris Wanstrath 2025-09-21 14:26:23 -07:00
parent b1570a1ea1
commit b14d7e0993

View File

@ -9,6 +9,8 @@ import { addToHistory } from "./history.js"
import { browserCommands, cacheCommands } from "./commands.js" import { browserCommands, cacheCommands } from "./commands.js"
export function runCommand(input: string) { export function runCommand(input: string) {
if (!input.trim()) return
const id = randomID() const id = randomID()
addToHistory(input) addToHistory(input)