-
Notifications
You must be signed in to change notification settings - Fork 175
Unhandled Rejection: TypeError: Cannot read properties of null (reading '0') #38
Comments
Hey, can you try logging |
Also about those spaces: I don't think thats the issue. I get the description of the patches by using a RegEx. |
When I do that:
|
I see, on my PC, it ends with \r\n, but here, it ends with \n. Shouldn't be hard to implement a small fix |
This occurs after all the downloads are finished.
If I comment the 'Unhandled exception/rejection' handlers, I get this:
...which basically refers to this chunk, i.e. where the patches and their descriptions are ripped from
java -jar <cli.jar> -b <patches.jar> -l
.If I manually run that listing command:
I'm guessing the error's because of those extra spaces after "INFO:" to format the patch name and it's description.
The text was updated successfully, but these errors were encountered: