Browse Source

New webpack build

master
Ben Ashton 3 years ago
parent
commit
d0ef96dafe
  1. 1
      lib/PawSQLite.js.map
  2. 7
      lib/pawsqlite.js
  3. 1
      lib/pawsqlite.js.map

1
lib/PawSQLite.js.map

File diff suppressed because one or more lines are too long

7
lib/PawSQLite.js → lib/pawsqlite.js

@ -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

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save