mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 19:05:57 +01:00
Fix typo.
This commit is contained in:
@@ -621,7 +621,7 @@ var IO = Module("io", {
|
|||||||
file.write(lines.join("\n"));
|
file.write(lines.join("\n"));
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
dactyl.echoerr(_("io.notWriteable"), file.path.quote());
|
dactyl.echoerr(_("io.notWriteable", file.path.quote()));
|
||||||
dactyl.log(_("error.notWriteable", file.path, e.message)); // XXX
|
dactyl.log(_("error.notWriteable", file.path, e.message)); // XXX
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user