Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huyinghuan committed Jan 17, 2014
1 parent 978860f commit e21ac08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccmeteor/server/utils/AssetsUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Object.defineProperty(AssetsUtils,"getReportTemplate",{
dir = path.join("report",filename);
str = Assets.getText(dir)
}
return Assets.getText(str);
return str;
}
});

0 comments on commit e21ac08

Please sign in to comment.