Skip to content

Commit ec5f083

Browse files
Fix logging error
1 parent 8b1f448 commit ec5f083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ try {
250250
sessionDataDefaults = require(sessionDataDefaultsFile);
251251
} catch (e) {
252252
console.error('Could not load the session data defaults from app/data/session-data-defaults.js. Might be a syntax error?'); // eslint-disable-line no-console
253+
console.error(e)
253254
}
254255

255256
// Middleware - store any data sent in session, and pass it to all views

0 commit comments

Comments
 (0)