forked from GitHub/dbot
typo fix
This commit is contained in:
parent
ed433977c7
commit
ade1dcd5e8
@ -19,9 +19,10 @@ var units = function(dbot) {
|
||||
}));
|
||||
var result = unit.convert(query);
|
||||
}
|
||||
} catch (e) {
|
||||
catch (e) {
|
||||
event.reply(dbot.t('error'));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user