0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Update generated file due to transitive dependency change.

This commit is contained in:
David Anson 2023-12-18 15:21:00 -08:00
parent 569c2e311d
commit 29ea995622

1
dist/index.js vendored
View file

@ -5217,6 +5217,7 @@ function fastqueue (context, worker, concurrency) {
current.release = release
current.value = value
current.callback = done || noop
current.errorHandler = errorHandler
if (_running === self.concurrency || self.paused) {
if (queueHead) {