Make shell output consistent. (#4469)

This commit is contained in:
Jacob Richman
2025-07-18 17:30:28 -07:00
committed by GitHub
parent 4dbd9f30b6
commit f650be2c3a
4 changed files with 78 additions and 19 deletions

View File

@@ -13,3 +13,5 @@ export const UI_WIDTH =
EstimatedArtWidth + BOX_PADDING_X * 2 + BoxBorderWidth * 2; // ~63
export const STREAM_DEBOUNCE_MS = 100;
export const SHELL_COMMAND_NAME = 'Shell Command';