File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export function installPasteSupport(repl: REPLServer): string {
2323 // TODO(MONGOSH-1911): Upstream as much of this into Node.js core as possible,
2424 // both because of the value to the wider community but also because this is
2525 // messing with Node.js REPL internals to a very unfortunate degree.
26- repl . output . write ( '\x1b[?2004h' ) ; // Indicate support for paste mote
26+ repl . output . write ( '\x1b[?2004h' ) ; // Indicate support for paste mode
2727 const onEnd = '\x1b[?2004l' ; // End of support for paste mode
2828 // Find the symbol used for the (internal) _ttyWrite method of readline.Interface
2929 // https://github.com/nodejs/node/blob/d9786109b2a0982677135f0c146f6b591a0e4961/lib/internal/readline/interface.js#L1056
You can’t perform that action at this time.
0 commit comments