diff --git a/src/flutter_pty_win.c b/src/flutter_pty_win.c index b1f85bc..1b77ddc 100644 --- a/src/flutter_pty_win.c +++ b/src/flutter_pty_win.c @@ -362,8 +362,6 @@ FFI_PLUGIN_EXPORT PtyHandle *pty_create(PtyOptions *options) PROCESS_INFORMATION processInfo; ZeroMemory(&processInfo, sizeof(processInfo)); - Sleep(1000); - ok = CreateProcessW(NULL, command, NULL,