Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pythongosssss committed Nov 13, 2024
1 parent c4dd6ab commit 15fccea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export const IPC_CHANNELS = {
OPEN_LOGS_PATH: 'open-logs-path',
OPEN_DEV_TOOLS: 'open-dev-tools',
OPEN_FORUM: 'open-forum',
TERMINAL_WRITE: "execute-terminal-command",
TERMINAL_RESIZE: "resize-terminal",
TERMINAL_RESTORE: "restore-terminal",
TERMINAL_WRITE: 'execute-terminal-command',
TERMINAL_RESIZE: 'resize-terminal',
TERMINAL_RESTORE: 'restore-terminal',
TERMINAL_ON_OUTPUT: 'terminal-output',
IS_FIRST_TIME_SETUP: 'is-first-time-setup',
} as const;
Expand Down

0 comments on commit 15fccea

Please sign in to comment.