You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to watch a non-existing network name (\\INVALID\Directory\) and the application crashes with the following stack trace:
Error: \\INVALID\Directory\ does not exist.
at webpack:\airdcpp-share-monitor\node_modules\node-watch\lib\watch.js:494:1
at processTicksAndRejections (node:internal/process/task_queues:85:11)
I believe that the crash was avoided before e226156 since I had the watch call inside a try..catch block but it no longer helps when process.nextTick is present
maksis
added a commit
to airdcpp-web/airdcpp-share-monitor
that referenced
this issue
Oct 26, 2024
I'm trying to watch a non-existing network name (
\\INVALID\Directory\
) and the application crashes with the following stack trace:I checked that
fs.stat
inis.file
node-watch/lib/watch.js
Line 534 in bd85b60
throws the following error so the
error
emitter method is never being exposed:I couldn't figure out that why
checkStat
only handles certain error codes safely and crashes the app on others.node-watch/lib/is.js
Line 14 in bd85b60
The text was updated successfully, but these errors were encountered: