diff --git a/common/content/liberator.js b/common/content/liberator.js index fda6400e..8c162242 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -411,7 +411,7 @@ const liberator = (function () //{{{ try { let cmd = liberator.eval(args.string); - liberator.execute(cmd); + liberator.execute(cmd, null, true); } catch (e) {