Continue building other games if exception is encountered. Added checks for if wiki article exists.
This commit is contained in:
parent
5445fe5c2d
commit
6892b03680
|
@ -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`);
|
||||
|
|
Loading…
Reference in New Issue