Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close() fails on Windows #14

Open
bep opened this issue Dec 15, 2020 · 1 comment · May be fixed by #16
Open

Close() fails on Windows #14

bep opened this issue Dec 15, 2020 · 1 comment · May be fixed by #16

Comments

@bep
Copy link

bep commented Dec 15, 2020

pie/pie.go

Line 232 in 9a0d720

if err := iop.proc.Signal(os.Interrupt); err != nil {

On Windows, I get:

not supported by windows

See

golang/go@05cc78d

@tooolbox
Copy link

Thoughts, @natefinch ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants