diff --git a/bin/debug b/bin/debug index cd7d9a7..9b53b9c 100755 --- a/bin/debug +++ b/bin/debug @@ -27,7 +27,7 @@ async function parseArgs(): Promise<{ bytecode: string, options: DebugOptions }> const args = process.argv.slice(2) const options: DebugOptions = { - delay: 300, + delay: 1000, step: false, noClear: false, }