()
| 1454 | repl.defineCommand('editor', { |
| 1455 | help: 'Enter editor mode', |
| 1456 | action() { |
| 1457 | _turnOnEditorMode(this); |
| 1458 | this.output.write( |
| 1459 | '// Entering editor mode (Ctrl+D to finish, Ctrl+C to cancel)\n'); |
| 1460 | }, |
| 1461 | }); |
| 1462 | } |
| 1463 | } |
no test coverage detected
searching dependent graphs…