add console.log
This commit is contained in:
parent
0e306cad76
commit
6eb8e1b8fa
2 changed files with 5 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue