Skip to content

Commit f867ac4

Browse files
committed
fix: add back line
1 parent 27840fb commit f867ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/NitroSQLiteError.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default class NitroSQLiteError extends Error {
2626
const nitroSQLiteError = new NitroSQLiteError(error.message, {
2727
cause: error.cause,
2828
})
29+
2930
// Preserve original stack trace if available
3031
if (error.stack) {
3132
nitroSQLiteError.stack = error.stack

0 commit comments

Comments
 (0)