-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Investigate node 12 issues #1
Comments
Update:
|
Simple debug snippet: const libnut = require(".");
libnut.keyTap("enter");
console.log("done"); |
Update:
|
Corresponding node issue: nodejs/node#31623 |
Tested with build of 12.16.2-proposal, issue is resolved. |
* Ported fix from bolt to libnut * Updated ci workflows with npm auth * Increase timeout between window switches
This issue is linked to nut-js#98 regarding segfaults on macOS using the current node LTS version (lts/erbium).
According to an issue comment, this behaviour also shows in RobotJS, which libnut is based off.
It has been reported that when using node v12.12, no segfault happens
Actions to perform:
The text was updated successfully, but these errors were encountered: