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

Fix interrupt for Windows #402

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bmancini55
Copy link

The interrupt feature and unit tests were failing on Windows with Node v0.10.35 and Grunt v0.4.5. It looks like the exit code on interrupt is null, which is causing the task to be prematurely terminated. The result is that subsequent interrupt tasks fail.

This did not appear to be an issue on OSX with the same versions of Node/Grunt installed.

@sindresorhus
Copy link
Member

Is this still an issue in Node 0.12? If so, can you open a ticket on https://github.com/joyent/node/issues?q=is:open ?

@XhmikosR
Copy link
Member

Currently, master fails for unix too. I've asked @vladikoff to add AppVeyor for this repo so we can test Windows too later. But I do recall getting failures in fstat.mode tests.

@sindresorhus
Copy link
Member

This is not going to land until there's a Node.js ticket for it, so there's a chance it will be fixed eventually. Also make sure it's not fixed in Node.js 4.

Base automatically changed from master to main March 22, 2021 15:01
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 this pull request may close these issues.

3 participants