Skip to content

Commit

Permalink
feat(mongo): don't fail if can't parse url
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Hoover <brent@thebuddhalodge.com>
  • Loading branch information
brent-hoover committed Oct 19, 2020
1 parent 4e5d8c7 commit 10ba38c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function register(program) {
parsedUrl.password = "PASS";
} catch (error) {
log(error.stack || error, "error");
process.exit(1);
}


Expand Down

0 comments on commit 10ba38c

Please sign in to comment.