We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27840fb commit f867ac4Copy full SHA for f867ac4
package/src/NitroSQLiteError.ts
@@ -26,6 +26,7 @@ export default class NitroSQLiteError extends Error {
26
const nitroSQLiteError = new NitroSQLiteError(error.message, {
27
cause: error.cause,
28
})
29
+
30
// Preserve original stack trace if available
31
if (error.stack) {
32
nitroSQLiteError.stack = error.stack
0 commit comments