Skip to content

Commit

Permalink
Backaned previous push didnt have the right fix, didnt save. This is fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Sep 11, 2017
1 parent df161c6 commit 8b9b146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ function loadGames(dir, master_callback) {
});
},
function(data, name, is_wud, cb) {
fs.ensureDirSync(DATA_ROOT + 'cache/images/' + data.game_title_id);
data.screenshots_list = [];
if (data.game_screenshot_urls && data.game_screenshot_urls !== '') {
fs.ensureDirSync(DATA_ROOT + 'cache/images/' + data.game_title_id + '/screenshots');
Expand Down

0 comments on commit 8b9b146

Please sign in to comment.