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 5fb74a0 commit cb8824cCopy full SHA for cb8824c
lib/node_modules/@stdlib/repl/presentation/lib/commands/first.js
@@ -37,15 +37,15 @@ function command( pres ) {
37
*/
38
function onCommand() {
39
pres._repl.once( 'drain', onDrain ); // eslint-disable-line no-underscore-dangle
40
+ }
41
- /**
42
- * Callback invoked upon a `drain` event.
43
- *
44
- * @private
45
- */
46
- function onDrain() {
47
- pres.first().show();
48
- }
+ /**
+ * Callback invoked upon a `drain` event.
+ *
+ * @private
+ */
+ function onDrain() {
+ pres.first().show();
49
}
50
51
0 commit comments