diff --git a/packages/insomnia-app/app/plugins/install.js b/packages/insomnia-app/app/plugins/install.js index 017273abbc9..18c53038785 100644 --- a/packages/insomnia-app/app/plugins/install.js +++ b/packages/insomnia-app/app/plugins/install.js @@ -87,7 +87,7 @@ async function _isInsomniaPlugin(lookupName: string): Promise { try { yarnOutput = JSON.parse(stdout.toString('utf8')); } catch (ex) { - //Output is not JSON. Check if yarn/electron might terminated with non-zero exit code. + //Output is not JSON. Check if yarn/electron terminated with non-zero exit code. //In certain environments electron can exit with error even if output is OK. //Parsing is attemted before checking exit code as workaround for false errors. if (err) {