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
Error: TypeError: Cannot read property 'length' of undefined
at Executor.<anonymous> (.../node_modules/danger/distribution/runner/Executor.js:191:31)
at step (.../node_modules/danger/distribution/runner/Executor.js:32:23)
at Object.next (.../node_modules/danger/distribution/runner/Executor.js:13:53)
at .../node_modules/danger/distribution/runner/Executor.js:7:71
at new Promise (<anonymous>)
at __awaiter (.../node_modules/danger/distribution/runner/Executor.js:3:12)
at Executor.handleResultsPostingToSTDOUT (.../node_modules/danger/distribution/runner/Executor.js:175:16)
at Executor.<anonymous> (.../node_modules/danger/distribution/runner/Executor.js:160:26)
at step (.../node_modules/danger/distribution/runner/Executor.js:32:23)
at Object.next (.../node_modules/danger/distribution/runner/Executor.js:13:53)
error An unexpected error occurred: "Command failed.
The text was updated successfully, but these errors were encountered:
It happens when there is a lot of warns/fails (like in the loop I have in my file).
It happens even if I just use warn("dd") and fail("dd") in the loop.
This is my
dangerfile.js
The error:
The text was updated successfully, but these errors were encountered: