Skip to content

Commit 7c5a197

Browse files
author
Dan White
committed
Log pattern resolve errors
1 parent f098b14 commit 7c5a197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/engine-nunjucks/lib/engine_nunjucks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const engine_nunjucks = {
7676
return Promise.resolve(result);
7777
} catch (err) {
7878
console.error('Failed to render pattern: ' + pattern.name);
79+
console.error(err);
7980
}
8081
},
8182

0 commit comments

Comments
 (0)