Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update code style | bptato | 2024-04-17 | 1 | -1/+1 |
| | | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines | ||||
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -0/+32 |
Now a promise returning nil doesn't just leave the rest of the then chain hanging. Hooray. |