You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/lib/pattern_assembler.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ var pattern_assembler = function () {
45
45
returnpatternlab.patterns[i];
46
46
}
47
47
}
48
-
plutils.logOrange('Could not find pattern referenced with partial synxtax "'+partialName+'". This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.')
48
+
plutils.logOrange('Could not find pattern referenced with partial synxtax "'+partialName+'". This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.');
0 commit comments