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.
1 parent ecb0291 commit 6a9674bCopy full SHA for 6a9674b
core/lib/pattern_assembler.js
@@ -149,7 +149,7 @@ const pattern_assembler = function () {
149
var markdownFileContents = fs.readFileSync(markdownFileName, 'utf8');
150
151
var markdownObject = markdown_parser.parse(markdownFileContents);
152
- if (!_.empty(markdownObject)) {
+ if (!_.isEmpty(markdownObject)) {
153
//set keys and markdown itself
154
currentPattern.patternDescExists = true;
155
currentPattern.patternDesc = markdownObject.markdown;
0 commit comments