We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb184f commit de9083bCopy full SHA for de9083b
lib/repl.js
@@ -759,15 +759,15 @@ class REPLServer extends Interface {
759
760
// All the parameters in the object are defining the "input" param of the
761
// InterfaceConstructor.
762
- ReflectApply(Interface, this, [{
+ ReflectApply(Interface, this, {
763
input: options.input,
764
output: options.output,
765
completer: options.completer || completer,
766
terminal: options.terminal,
767
historySize: options.historySize,
768
prompt,
769
multilinePrompt: options.multilinePrompt,
770
- }]);
+ });
771
772
self.resetContext();
773
0 commit comments