From 270b5857506b3908e7ca6cb30ff308a242aad70c Mon Sep 17 00:00:00 2001 From: Mike Tobia Date: Mon, 6 Jan 2020 14:50:20 -0500 Subject: [PATCH] fix(lint): word spacing --- scripts/dangers/keep-package-and-lock-in-sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dangers/keep-package-and-lock-in-sync.js b/scripts/dangers/keep-package-and-lock-in-sync.js index a4f9712d5..1e39860c6 100644 --- a/scripts/dangers/keep-package-and-lock-in-sync.js +++ b/scripts/dangers/keep-package-and-lock-in-sync.js @@ -93,7 +93,7 @@ export function lockFileLint( if (result && result.type === 'success') { onSuccess(); - } else if (result && result.type === 'error') { + } else if (result && result.type === 'error') { result.errors.forEach((error) => onError( `\n${error.message}\n\nat ${basePath}\n`, basePath,