From 05f44a9ce1a4b144d12904921e356ca2c259392c Mon Sep 17 00:00:00 2001 From: josetr <37419832+josetr@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:15:35 +0000 Subject: [PATCH] Remove 1 second sleep on windows --- src/flutter_pty_win.c | 2 -- 1 file changed, 2 deletions(-) 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,