Skip to content

Commit

Permalink
Show errors in console
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoxall committed Apr 9, 2024
1 parent 78c4d56 commit 5b14381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ <h4 class="modal-title">Extra Settings</h4>
state.dates = extend(state.dates, tracks[0].date)
state.dates = extend(state.dates, tracks[tracks.length - 1].date)
})
.fail(function(){
.fail(function(error){
console.error(error);
state.errors++;
})
.always(function(){
Expand Down

0 comments on commit 5b14381

Please sign in to comment.