Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
label success attempt number
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Feb 21, 2016
1 parent 4a8bd9a commit f9eb8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function syncPlaylist(playlist, attempt) {
}
} else {
Gm.setPlaylistOrder(db, userIndex, playlist, orderResponse => {
Reporting.reportSync('success');
Reporting.reportSync('success', `success-${_attempt}`);
console.log('reorder response', orderResponse);
console.log('unlock', playlist.title);
playlistIsUpdating[playlist.remoteId] = false;
Expand Down

0 comments on commit f9eb8c3

Please sign in to comment.