From 2fd937430af4c5ef3de5aa4972cd0e20cc6a9525 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 27 Mar 2018 12:03:08 +1100 Subject: [PATCH] update error message --- script/validate-changelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/validate-changelog.ts b/script/validate-changelog.ts index e29cf9e63c..29d65f4e1e 100644 --- a/script/validate-changelog.ts +++ b/script/validate-changelog.ts @@ -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.' ) }