coreybutler / coreybutler/node-windows
Callback is not defined - when uninstalling non-running Windows Service
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 368
- PR merge metrics
- No merged PRs in 30d
Description
"node-windows\lib\daemon.js:561" - "ReferenceError: callback is not defined"
https://github.com/coreybutler/node-windows/blob/master/lib/daemon.js#L561
This occurs when using the 'uninstall' function when the service is not running. If the service is running, then it stops the service and uninstalls it.
It's probably an easy fix, just haven't looked through it yet.
Contributor guide
Assessment
This issue has not been assessed yet.