Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit ef5a5f5

Browse files
committed
Fix demo for Commercial/Encrypted features
1 parent 0295768 commit ef5a5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/main-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exports.pageLoaded = function(args) {
4545
if (!sqlite.exists(dbname)) {
4646
sqlite.copyDatabase(dbname);
4747
}
48-
new sqlite(dbname, {zkey: 'testing', multithreading: false /* !!sqlite.HAS_COMMERCIAL */, migrate: true}, function(err, dbConnection) {
48+
new sqlite(dbname, {key: 'testing', multithreading: !!sqlite.HAS_COMMERCIAL, migrate: true}, function(err, dbConnection) {
4949
if (err) {
5050
console.log(err, err.stack);
5151
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy