mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 09:25:45 +01:00
Fix typo.
This commit is contained in:
@@ -502,7 +502,7 @@ const liberator = (function () //{{{
|
|||||||
{
|
{
|
||||||
let extension = liberator.getExtension(args[0]);
|
let extension = liberator.getExtension(args[0]);
|
||||||
if (!extension || !extension.options)
|
if (!extension || !extension.options)
|
||||||
return void liberator.extension("E474: Invalid argument");
|
return void liberator.echoerr("E474: Invalid argument");
|
||||||
if (args.bang)
|
if (args.bang)
|
||||||
window.openDialog(extension.options, "_blank", "chrome");
|
window.openDialog(extension.options, "_blank", "chrome");
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user