Corrected debug adapter name

This commit is contained in:
Ben Ashton 2021-03-05 14:31:11 -08:00
parent 52659c585e
commit 1c799ba110

View File

@ -8,7 +8,7 @@ export function log(...args) {
export function enableDebug(active) {
DEBUG = !!active;
log("PawSQLite-WebSQL-Adapter: debugging " + (
log("PawSQLite-Node-Adapter: debugging " + (
DEBUG ? "enabled" : "disabled")
);
}