1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:48:00 +01:00

Add passwords and venkman dialogs.

This commit is contained in:
Kris Maglione
2010-09-29 13:31:26 -04:00
parent f7b99e9272
commit 7f973be500
3 changed files with 7 additions and 2 deletions

View File

@@ -1330,7 +1330,7 @@ const Dactyl = Module("dactyl", {
config.dialogs[dialog][1]();
}
catch (e) {
dactyl.echoerr("Error opening " + arg.quote() + ": " + e);
dactyl.echoerr("Error opening " + dialog.quote() + ": " + (e.message || e));
}
}, {
argCount: "1",