From 6892b0368066d9ba92445ef5aaef2f285f8eb901 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 4 Jun 2017 21:29:12 -0400 Subject: [PATCH] Continue building other games if exception is encountered. Added checks for if wiki article exists. --- scripts/games/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/games/app.js b/scripts/games/app.js index 142644f..56979c6 100644 --- a/scripts/games/app.js +++ b/scripts/games/app.js @@ -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`);