Skip to content

Commit

Permalink
Release 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Dec 22, 2016
1 parent 9e4d834 commit 8664aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translate-maker",
"version": "0.5.6",
"version": "0.5.7",
"description": "Lightweight translation module. Internationalize your great project.",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/Tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default class Tree {
cache.set(value, data);
return this.buildText(data, attrs);
} catch (err) {
log(err.message);
log(`Problem on path ${path}: ${err.message}`);
this.emit('err', err, path, value, attrs);
return undefined;
}
Expand Down

0 comments on commit 8664aed

Please sign in to comment.