1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-09 14:15:46 +01:00

Replace XPath-based hint paths with CSS selectors. Needs cleanup and validation.

--HG--
extra : rebase_source : 83035481bf697b7b57e17e516b0dfc61329164c6
This commit is contained in:
Kris Maglione
2011-02-17 15:23:17 -05:00
parent 589849c06d
commit a54573522a
7 changed files with 126 additions and 69 deletions

View File

@@ -205,8 +205,7 @@ var IO = Module("io", {
return context;
}
catch (e) {
if (!(e instanceof FailedAssertion))
dactyl.reportError(e);
dactyl.reportError(e);
let message = "Sourcing file: " + (e.echoerr || file.path + ": " + e);
if (!params.silent)
dactyl.echoerr(message);