Fix syntax error

pull/1/head
yflory 5 years ago
parent 0d69620687
commit 5cb266838a

@ -236,7 +236,7 @@ Meta.createLineHandler = function (ref, errorHandler) {
// which has since been archived. // which has since been archived.
// Thus, accept both the first and second lines you process as valid initial state // Thus, accept both the first and second lines you process as valid initial state
// preferring the second if it exists // preferring the second if it exists
if (index < 2 && line typeof(line) === 'object') { if (index < 2 && line && typeof(line) === 'object') {
// special case! // special case!
ref.meta = line; ref.meta = line;
return; return;

Loading…
Cancel
Save