Update bit-create

fix die
This commit is contained in:
Matias Alejo Garcia 2015-02-24 15:00:06 -03:00
parent 681c836b53
commit 8f16be3284
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var mn;
try {
mn = utils.parseMN(args[1]);
} catch (ex) {
die(ex);
utils.die(ex);
}
var client = utils.getClient(program);