fix unreturned promise

This commit is contained in:
AJ ONeal 2015-07-24 16:12:23 -06:00
parent 46891431a1
commit 1a42430b8f
1 changed files with 1 additions and 1 deletions

View File

@ -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'