Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-patras committed Apr 8, 2019
1 parent 722256c commit ab5d0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia-app/app/plugins/install.js
Expand Up @@ -87,7 +87,7 @@ async function _isInsomniaPlugin(lookupName: string): Promise<Object> {
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) {
Expand Down

0 comments on commit ab5d0a4

Please sign in to comment.