More testing for this bug.

This commit is contained in:
2017-12-20 23:18:13 +01:00
parent 6a725e3921
commit 0459fb9312

View File

@@ -88,7 +88,7 @@ class SqliteDatabase {
const schemaPath = path.join(this.schemaDirectory, filename); const schemaPath = path.join(this.schemaDirectory, filename);
console.log(schemaPath) console.log(schemaPath)
const schema = fs.readFileSync(schemaPath).toString('utf-8'); const schema = fs.readFileSync(schemaPath).toString('utf-8');
console.log(schema) console.log('schema: ', schema)
return schema; return schema;
} }
} }