mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:47:59 +01:00
normalise catch block parameter names
This commit is contained in:
@@ -696,9 +696,9 @@ vimperator.Commands = function () //{{{
|
||||
default: vimperator.echoerr("Dialog '" + args + "' not available");
|
||||
}
|
||||
}
|
||||
catch (err)
|
||||
catch (e)
|
||||
{
|
||||
vimperator.echoerr("Error opening '" + args + "': " + err);
|
||||
vimperator.echoerr("Error opening '" + args + "': " + e);
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user