Added missing import for PawSQLiteError

This commit is contained in:
Ben Ashton 2021-03-02 14:29:10 -08:00
parent cd8db56678
commit 5517a0ba1d

View File

@ -1,3 +1,6 @@
import { PawSQLiteError } from "./pawsqlite_error.mjs";
export function wrapAdapter(adapter) { export function wrapAdapter(adapter) {
const wrapped = {}; const wrapped = {};