Corrected debug adapter name
This commit is contained in:
parent
52659c585e
commit
1c799ba110
@ -8,7 +8,7 @@ export function log(...args) {
|
|||||||
|
|
||||||
export function enableDebug(active) {
|
export function enableDebug(active) {
|
||||||
DEBUG = !!active;
|
DEBUG = !!active;
|
||||||
log("PawSQLite-WebSQL-Adapter: debugging " + (
|
log("PawSQLite-Node-Adapter: debugging " + (
|
||||||
DEBUG ? "enabled" : "disabled")
|
DEBUG ? "enabled" : "disabled")
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user