Skip to content

Commit

Permalink
Made fix to date time throw error message
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDWaller committed Sep 3, 2018
1 parent 2f755f5 commit 2b5b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/helper/date-time.js
Expand Up @@ -69,7 +69,7 @@ class DateTime {
return `${dateParts[0]} ${timeParts[0]}`
}

throw new Error('Invalid tableau date string, cannot convert date')
throw new Error('Invalid Facebook date string [' + dateString + '], cannot convert')
}
}

Expand Down

0 comments on commit 2b5b4f7

Please sign in to comment.