不要怂,就是干,撸起袖子干!

Commit 76c8345d by Sascha Depold

stuff

1 parent f90a7660
...@@ -7,3 +7,4 @@ npm-debug.log ...@@ -7,3 +7,4 @@ npm-debug.log
*~ *~
test/binary/tmp/* test/binary/tmp/*
test/tmp/* test/tmp/*
test/sqlite/test.sqlite
...@@ -36,7 +36,6 @@ module.exports = (function() { ...@@ -36,7 +36,6 @@ module.exports = (function() {
// the sql query starts with a comment. don't bother the server with that ... // the sql query starts with a comment. don't bother the server with that ...
Utils.tick(function() { Utils.tick(function() {
self.emit('sql', self.sql) self.emit('sql', self.sql)
console.log('emitting success')
self.emit('success', null) self.emit('success', null)
}) })
} else { } else {
......
...@@ -26,7 +26,6 @@ module.exports = { ...@@ -26,7 +26,6 @@ module.exports = {
}, },
sqlite: { sqlite: {
storage: __dirname + '/../tmp/db.sqlite'
}, },
postgres: { postgres: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!