New webpack build

This commit is contained in:
Ben Ashton 2021-03-02 14:01:46 -08:00
parent 05ebbfc163
commit d0ef96dafe
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -187,6 +187,11 @@ function log(...args) {
function enableDebug(active) {
DEBUG = !!active;
log("PawSQLite: debugging " + (DEBUG ? "enabled" : "disabled"));
if (DEBUG) {
log("You might also want to enable debugging for the adapter that you " +
"are using");
}
}
/***/ }),
@ -563,4 +568,4 @@ class TransactionManager {
/***/ })
/******/ })["default"];
//# sourceMappingURL=PawSQLite.js.map
//# sourceMappingURL=pawsqlite.js.map

1
lib/pawsqlite.js.map Normal file

File diff suppressed because one or more lines are too long