Skip to content

Commit 59c6666

Browse files
fix: Lint formatting for Railway deployment
1 parent 697f32c commit 59c6666

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/cli/claude-sm.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,7 @@ class ClaudeSM {
461461
console.error(chalk.red('❌ Failed to launch Claude CLI.'));
462462
if (err.code === 'ENOENT') {
463463
console.error(
464-
chalk.gray(
465-
' Not found. Set CLAUDE_BIN or install claude on PATH.'
466-
)
464+
chalk.gray(' Not found. Set CLAUDE_BIN or install claude on PATH.')
467465
);
468466
} else if (err.code === 'EPERM' || err.code === 'EACCES') {
469467
console.error(

src/cli/codex-sm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class CodexSM {
328328
console.log(chalk.gray('─'.repeat(42)));
329329

330330
const codexBin = this.resolveCodexBin();
331-
331+
332332
if (!codexBin) {
333333
console.error(chalk.red('❌ Codex CLI not found.'));
334334
console.log(

0 commit comments

Comments
 (0)