mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-19 06:14:14 +01:00
Fix beep when starting REPL mode.
This commit is contained in:
@@ -791,12 +791,12 @@ var JavaScript = Module("javascript", {
|
||||
this.repl = REPL(this.context);
|
||||
},
|
||||
open: function open(context) {
|
||||
this.updatePrompt();
|
||||
|
||||
modules.mow.echo(this.repl);
|
||||
this.widgets.message = null;
|
||||
|
||||
open.superapply(this, arguments);
|
||||
this.updatePrompt();
|
||||
},
|
||||
|
||||
complete: function complete(context) {
|
||||
|
||||
Reference in New Issue
Block a user