Commit 2197c9a3 authored by Jakob Moser's avatar Jakob Moser
Browse files

Don't immediately checkAndResolve

We must give the API at least a little time to even enter the command
parent b2a7af16
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -151,8 +151,6 @@ function prompt() {
                resolve(prompt)
            }
        }

        checkAndResolve()
    })
}