add console.log

This commit is contained in:
grafixeyehero 2019-10-08 20:46:05 +03:00
parent 0e306cad76
commit 6eb8e1b8fa
2 changed files with 5 additions and 2 deletions

View file

@ -33,7 +33,9 @@ define(["layoutManager", "datetime", "cardBuilder", "apphost"], function (layout
month: "short",
day: "numeric"
});
} catch (err) {}
} catch (err) {
console.log("Error parsing premiereDate:" + item.StartDate);
}
}
if (dateText != currentGroupName) {