We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c831 commit 5d162d1Copy full SHA for 5d162d1
1 file changed
packages/patternengine-node-nunjucks/lib/engine_nunjucks.js
@@ -134,12 +134,12 @@ var engine_nunjucks = {
134
return matches;
135
},
136
137
- // handled by nunjucks. This is error to keep PL from erroring
+ // handled by nunjucks. This is here to keep PL from erroring
138
findPartialsWithStyleModifiers: function () {
139
return null;
140
141
142
143
findPartialsWithPatternParameters: function () {
144
145
}
0 commit comments