fend icon indicating copy to clipboard operation
fend copied to clipboard

Cannot run fend from git bash on Windows

Open printfn opened this issue 3 years ago • 1 comments

$ cargo run
     Running `target\debug\fend.exe`
I/O error: operation failed to complete synchronously
error: process didn't exit successfully: `target\debug\fend.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)

printfn avatar Jul 18 '22 11:07 printfn

Tried to reproduce on v1.2.2, it's now broken in a different way: the prompt > doesn't render at all, and Ctrl-C/Ctrl-D doesn't seem to work as expected. At least it no longer seems to crash.

printfn avatar Sep 14 '23 04:09 printfn