Continue building other games if exception is encountered. Added checks for if wiki article exists.

This commit is contained in:
chris062689 2017-06-04 21:29:12 -04:00
parent 5445fe5c2d
commit 6892b03680
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ try {
});
}
// Create the markdown file to be displayed in Hugo.
let title = game.replace(/-/g, ' ').slice(0, -3);
var stats = fs.statSync(`${inputDirectoryGame}/${game}/game.dat`);