We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Actually I'm working on a Windows XP SP3 machine with these specs: Intel Xeon E5 2GB RAM
Running a node script with some cron tasks (using "cron" package) for a couple of minutes, i get this error:
Assertion failed: new_time >= loop->time, file src\win\timer.c line 37
I found this topic in the libuv forum, maybe this can be applied to this
libuv/libuv@7967448
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actually I'm working on a Windows XP SP3 machine with these specs:
Intel Xeon E5
2GB RAM
Running a node script with some cron tasks (using "cron" package) for a couple of minutes, i get this error:
Assertion failed: new_time >= loop->time, file src\win\timer.c line 37
I found this topic in the libuv forum, maybe this can be applied to this
libuv/libuv@7967448
The text was updated successfully, but these errors were encountered: