slow down
This commit is contained in:
parent
d1669f209b
commit
dbc857f217
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user