Skip to content

Commit 009d87c

Browse files
biilmannclaude
andcommitted
fix: resolve typecheck error in edge-functions error handler
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent efc841a commit 009d87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/logs/edge-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ export const logsEdgeFunction = async (options: OptionValues, command: BaseComma
9393

9494
ws.on('error', (err: Error) => {
9595
log('Connection error')
96-
log(err)
96+
log(err.message)
9797
})
9898
}

0 commit comments

Comments
 (0)