Skip to content

v2.3.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:29
de7fe79
fix(lint): apply prettier formatting to autopilot.ts and theme.ts

Three prettier/prettier errors:
- autopilot.ts:162 — wrap process.stdout.write arg onto next line
- autopilot.ts:173 — collapse two-element selectMenu array to one line
- theme.ts:61    — use double quotes for ASCII logo line containing apostrophe

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>