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
Although the markdownLinkCheck() function completes, when one of these URLs is checked, it will keep the process alive for a long time and then eventually crash with the following error:
/home/nweiz/goog/sass/language/node_modules/async/dist/async.js:327
throw new Error("Callback was already called.");
^
Error: Callback was already called.
at /home/nweiz/goog/sass/language/node_modules/async/dist/async.js:327:21
at /home/nweiz/goog/sass/language/node_modules/async/dist/async.js:248:17
at /home/nweiz/goog/sass/language/node_modules/markdown-link-check/index.js:132:13
at /home/nweiz/goog/sass/language/node_modules/link-check/lib/proto/http.js:117:21
at done (/home/nweiz/goog/sass/language/node_modules/needle/lib/needle.js:463:14)
at PassThrough.<anonymous> (/home/nweiz/goog/sass/language/node_modules/needle/lib/needle.js:717:9)
at PassThrough.emit (node:events:524:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Although the
markdownLinkCheck()
function completes, when one of these URLs is checked, it will keep the process alive for a long time and then eventually crash with the following error:Here's a simple reproduction:
The text was updated successfully, but these errors were encountered: