From dbc857f217aadf6c965573bb424d60c5a993883b Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:54:55 -0700 Subject: [PATCH] slow down --- bin/debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }