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

Commit 16b8f467 by Simon Townsend

refactor

1 parent edeff6e7
Showing with 1 additions and 1 deletions
......@@ -88,7 +88,7 @@ var createMigrationsFolder = function(force) {
}
var parseDbUrl = function(urlString) {
var parsed,
var urlParts,
config = {};
try {
urlParts = url.parse(urlString)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!