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.
onDrain
1 parent 4f34af5 commit 291b901Copy full SHA for 291b901
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