This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Add runner.ready
promise for debugger #3898
Closed
Description
Right now we have the Control Flow wait 1 second if the debugger is being used. When the control flow is turned off this obviously isn't going to work. We can add a runner.ready
promise to deal with this problem easily.