There was an error while loading. Please reload this page.
2 parents 51414ce + 001c77e commit 8936402Copy full SHA for 8936402
backend/lib/config.js
@@ -93,7 +93,7 @@ const generateKeys = () => {
93
try {
94
fs.writeFileSync(keysFile, JSON.stringify(keys, null, 2));
95
} catch (err) {
96
- logger.error('Could not write JWT key pair to config file: ' + keysFile + ': ' . err.message);
+ logger.error('Could not write JWT key pair to config file: ' + keysFile + ': ' + err.message);
97
process.exit(1);
98
}
99
logger.info('Wrote JWT key pair to config file: ' + keysFile);
0 commit comments