fixes error when mnemonic is empty

This commit is contained in:
Matias Alejo Garcia 2016-12-28 16:49:42 -03:00
commit 70eb80aae8
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 6 additions and 6 deletions

View file

@ -15,6 +15,7 @@ var templates = {
'.desktop': 'webkitbuilds/',
'setup-win.iss': 'webkitbuilds/',
'build-macos.sh': 'webkitbuilds/',
'manifest.json': 'chrome-app/',
// 'bower.json': '/',
};
var configDir = process.argv[2] || 'copay';