Skip to content

Commit

Permalink
Fix accidental whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McCaffery committed Oct 3, 2016
1 parent 1aed313 commit 1076398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/pattern_assembler.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ var pattern_assembler = function () {
}

function processPatternIterative(relPath, patternlab) {

var relativeDepth = (relPath.match(/\w(?=\\)|\w(?=\/)/g) || []).length;
if (relativeDepth > 2) {
console.log('');
Expand Down

0 comments on commit 1076398

Please sign in to comment.