Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
teleclimber committed Oct 3, 2024
1 parent b346af5 commit 15c63e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ export function wrapSqlFunction(
} catch (error) {
setStr(
wasm,
`Error in user defined function '${name}': ${(error as Error)?.message}`,
`Error in user defined function '${name}': ${
(error as Error)?.message
}`,
(ptr) => wasm.result_error(ptr, Status.SqliteError),
);
}
Expand Down

0 comments on commit 15c63e5

Please sign in to comment.