Fix Hugo path

This commit is contained in:
Vamsi Krishna 2022-08-11 01:15:39 +05:30 committed by GitHub
parent 644a99b2c4
commit 02aee9e995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ const fsPathHugoBoxart = `${fsPathHugo}/static/images/game/boxart`
const fsPathHugoIcon = `${fsPathHugo}/static/images/game/icons`
const fsPathHugoScreenshots = `${fsPathHugo}/static/images/screenshots0`
const fsPathHugoSavefiles = `${fsPathHugo}/static/savefiles/`
const fsPathHugoMods = `${fsPathHugo}/mods/`
const fsPathHugoMods = `${fsPathHugo}/static/mods/`
process.on('unhandledRejection', err => {
logger.error('Unhandled rejection on process.');