slow down

This commit is contained in:
Chris Wanstrath 2025-10-06 15:54:55 -07:00
parent d1669f209b
commit dbc857f217

View File

@ -27,7 +27,7 @@ async function parseArgs(): Promise<{ bytecode: string, options: DebugOptions }>
const args = process.argv.slice(2) const args = process.argv.slice(2)
const options: DebugOptions = { const options: DebugOptions = {
delay: 300, delay: 1000,
step: false, step: false,
noClear: false, noClear: false,
} }