mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:28:01 +01:00
Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs.
This commit is contained in:
@@ -759,8 +759,9 @@ lookup:
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
Components.utils.reportError("Sourcing file: " + filename + ": " + e);
|
||||
if (!silent)
|
||||
liberator.echoerr(e);
|
||||
liberator.echoerr("Sourcing file: " + filename + ": " + e);
|
||||
}
|
||||
}
|
||||
}; //}}}
|
||||
|
||||
Reference in New Issue
Block a user