X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/61a8d401c797240c0bc5313a9ff068bb269479a5..aeaaf571ada7d13a4b52c258b33f1d11b1898a7a:/black.py?ds=sidebyside diff --git a/black.py b/black.py index 06edc9b..dbaf14a 100644 --- a/black.py +++ b/black.py @@ -337,7 +337,7 @@ def main( finally: shutdown(loop) if verbose or not quiet: - out("All done! ✨ 🍰 ✨") + out("All done!" + ("💥 💔 💥" if report.return_code else " ✨ 🍰 ✨")) click.secho(str(report), err=True) ctx.exit(report.return_code)