Skip to content

Commit

Permalink
chore(scripts): make sure there's no console
Browse files Browse the repository at this point in the history
These kind of scripts better have `shell.echo` to give info for consistency and eslint complaining
  • Loading branch information
Haroenv committed Mar 28, 2018
1 parent 69c9f1a commit 5f1e1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ inquirer
});
});
})
.catch(e => console.error(e));
.catch(e => shell.echo(e));

0 comments on commit 5f1e1af

Please sign in to comment.