fix unreturned promise
This commit is contained in:
parent
46891431a1
commit
1a42430b8f
|
@ -8,7 +8,7 @@ var i;
|
|||
function run() {
|
||||
var sqlite3 = require('./cluster');
|
||||
|
||||
sqlite3.create({
|
||||
return sqlite3.create({
|
||||
key: '00000000000000000000000000000000'
|
||||
, bits: 128
|
||||
, filename: '/tmp/test.cluster.sqlcipher'
|
||||
|
|
Loading…
Reference in New Issue