From 1f69048c866a703c03c755573162ce1dc5d28b17 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Sun, 2 May 2021 23:25:34 +0300 Subject: [PATCH] minify switch case Co-authored-by: th-ch --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 80ba9efe..681b5a8e 100644 --- a/index.js +++ b/index.js @@ -341,7 +341,6 @@ function showUnresponsiveDialog(win, details) { case 2: app.quit(); break; - case 0: default: break; }