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

Commit 6aad438c by Joey G

added missing semicolon

1 parent f81bd3b0
Showing with 1 additions and 1 deletions
...@@ -588,7 +588,7 @@ module.exports = (function() { ...@@ -588,7 +588,7 @@ module.exports = (function() {
}, },
databaseConnectionUri: function(config) { databaseConnectionUri: function(config) {
var template = '<%= protocol %>://<%= user %>:<%= password %>@<%= host %><% if(port) { %>:<%= port %><% } %>/<%= database %><% if(ssl) { %>?ssl=<%= ssl %><% } %>' var template = '<%= protocol %>://<%= user %>:<%= password %>@<%= host %><% if(port) { %>:<%= port %><% } %>/<%= database %><% if(ssl) { %>?ssl=<%= ssl %><% } %>';
return Utils._.template(template)({ return Utils._.template(template)({
user: config.username, user: config.username,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!