1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 02:05:46 +01:00

Fix eternally gray input boxes when trying to edit with a nonexistent 'editor'.

This commit is contained in:
Kris Maglione
2011-02-07 14:24:02 -05:00
parent 858b01e63e
commit bb0b6f8bdb

View File

@@ -424,6 +424,8 @@ var IO = Module("io", {
if (!file || !file.exists()) {
util.dactyl.echoerr("Command not found: " + program);
if (callable(blocking))
util.trapErrors(blocking);
return -1;
}