New webpack build
This commit is contained in:
parent
05ebbfc163
commit
d0ef96dafe
File diff suppressed because one or more lines are too long
@ -187,6 +187,11 @@ function log(...args) {
|
|||||||
function enableDebug(active) {
|
function enableDebug(active) {
|
||||||
DEBUG = !!active;
|
DEBUG = !!active;
|
||||||
log("PawSQLite: debugging " + (DEBUG ? "enabled" : "disabled"));
|
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"];
|
/******/ })["default"];
|
||||||
//# sourceMappingURL=PawSQLite.js.map
|
//# sourceMappingURL=pawsqlite.js.map
|
1
lib/pawsqlite.js.map
Normal file
1
lib/pawsqlite.js.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user