Skip to content

Commit

Permalink
fix: ReferenceError with charts tilemapresource
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored and tkurki committed Jul 2, 2017
1 parent 96df7a8 commit d82dceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function loadCharts(app, req) {
}

function directoryToMapInfo(dir) {
const resourceFile = path.join(chartBaseDir, dir, tilemapresource.xml);
const resourceFile = path.join(chartBaseDir, dir, 'tilemapresource.xml');
return fs
.readFileAsync(resourceFile)
.then(resXml => {
Expand Down

0 comments on commit d82dceb

Please sign in to comment.