[gnome-shell/benzea/use-app-info-launch] Apply 1 suggestion(s) to 1 file(s)



commit dfc78be88404217f6cd4e411534d54e501f1b6e1
Author: Benjamin Berg <benjamin sipsolutions net>
Date:   Fri Jul 31 15:04:34 2020 +0000

    Apply 1 suggestion(s) to 1 file(s)

 js/misc/util.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/js/misc/util.js b/js/misc/util.js
index e1ec7cbaea..637b6146ad 100644
--- a/js/misc/util.js
+++ b/js/misc/util.js
@@ -103,7 +103,10 @@ function trySpawnAppCommandline(command) {
     const exec = app.get_executable();
     if (!GLib.find_program_in_path(exec)) {
         throw new GLib.SpawnError({ code: GLib.SpawnError.NOENT,
-                                    message: _("Command not found") });
+        throw new GLib.SpawnError({
+            code: GLib.SpawnError.NOENT,
+            message: _('Command not found'),
+        });
     }
 
     try {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]