We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c93f73 + d38101e commit 2fea50cCopy full SHA for 2fea50c
core/lib/pattern_assembler.js
@@ -176,7 +176,7 @@ var pattern_assembler = function () {
176
}
177
catch (err) {
178
// do nothing when file not found
179
- if (err.errno !== -4058) {
+ if (err.code !== 'ENOENT') {
180
console.log('there was an error setting pattern keys after markdown parsing of the companion file for pattern ' + currentPattern.patternPartial);
181
console.log(err);
182
0 commit comments