Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

TypeError: Cannot read property 'tick' of undefined when not using -p #24

Closed
jrudolph opened this issue Aug 10, 2020 · 0 comments · Fixed by #25
Closed

TypeError: Cannot read property 'tick' of undefined when not using -p #24

jrudolph opened this issue Aug 10, 2020 · 0 comments · Fixed by #25

Comments

@jrudolph
Copy link
Contributor

Using asciidoc-link-check@1.0.13:

/tmp/node_modules/asciidoc-link-check/index.js:39
                bar.tick();
                    ^

TypeError: Cannot read property 'tick' of undefined
    at /tmp/node_modules/asciidoc-link-check/index.js:39:21
    at /tmp/node_modules/async/dist/async.js:243:13
    at replenish (/tmp/node_modules/async/dist/async.js:440:21)
    at iterateeCallback (/tmp/node_modules/async/dist/async.js:424:21)
    at /tmp/node_modules/async/dist/async.js:321:20
    at /tmp/node_modules/async/dist/async.js:245:17
    at /tmp/node_modules/asciidoc-link-check/index.js:49:13
    at Request._callback (/tmp/node_modules/link-check/lib/proto/http.js:37:17)
    at Request.self.callback (/tmp/node_modules/request/request.js:185:22)
    at Request.emit (events.js:315:20)
make: *** [Makefile:9: check-links] Error 123

which ultimately fails the run.

This is a problem because it means you have to enable progress when running CI where it messes up the update.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant