update error message

This commit is contained in:
Brendan Forster 2018-03-27 12:03:08 +11:00
parent 2d68128a28
commit 2fd937430a

View file

@ -44,7 +44,7 @@ try {
changelogObj = JSON.parse(changelog)
} catch {
handleError(
'The contents of changelog.json are not valid JSON. Please check the file contents and address this.'
'Unable to parse the contents of changelog.json into a JSON object. Please review the file contents.'
)
}