Skip to content

Commit 7b27b3f

Browse files
committed
Auto-generated commit
1 parent a9d56f7 commit 7b27b3f

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
### Closed Issues
4646

47-
A total of 4 issues were closed in this release:
47+
A total of 5 issues were closed in this release:
4848

49-
[#2647](https://github.com/stdlib-js/stdlib/issues/2647), [#5045](https://github.com/stdlib-js/stdlib/issues/5045), [#8100](https://github.com/stdlib-js/stdlib/issues/8100), [#8593](https://github.com/stdlib-js/stdlib/issues/8593)
49+
[#2647](https://github.com/stdlib-js/stdlib/issues/2647), [#5045](https://github.com/stdlib-js/stdlib/issues/5045), [#8100](https://github.com/stdlib-js/stdlib/issues/8100), [#8567](https://github.com/stdlib-js/stdlib/issues/8567), [#8593](https://github.com/stdlib-js/stdlib/issues/8593)
5050

5151
</section>
5252

@@ -58,6 +58,7 @@ A total of 4 issues were closed in this release:
5858

5959
<details>
6060

61+
- [`d7f19cc`](https://github.com/stdlib-js/stdlib/commit/d7f19cccf74cde79f8ce40ab12bd7adb4c77c101) - **chore:** fix JavaScript lint errors [(#8581)](https://github.com/stdlib-js/stdlib/pull/8581) _(by Divyanshu)_
6162
- [`ecba1bf`](https://github.com/stdlib-js/stdlib/commit/ecba1bf4cd1d9b0729207b7bf58b62ad0652e924) - **chore:** fix JavaScript lint errors [(#8595)](https://github.com/stdlib-js/stdlib/pull/8595) _(by Divyanshu, Athan Reines)_
6263
- [`be7259f`](https://github.com/stdlib-js/stdlib/commit/be7259f5ad5331829dc5345cae7c7903dab9d99d) - **docs:** update REPL namespace documentation [(#8516)](https://github.com/stdlib-js/stdlib/pull/8516) _(by stdlib-bot)_
6364
- [`ad8f246`](https://github.com/stdlib-js/stdlib/commit/ad8f2462d142596f267a2ab2754b6f2610c85b6a) - **docs:** update REPL namespace documentation [(#8255)](https://github.com/stdlib-js/stdlib/pull/8255) _(by stdlib-bot)_

presentation/lib/commands/last.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ function command( pres ) {
3737
*/
3838
function onCommand() {
3939
pres._repl.once( 'drain', onDrain ); // eslint-disable-line no-underscore-dangle
40+
}
4041

41-
/**
42-
* Callback invoked upon a `drain` event.
43-
*
44-
* @private
45-
*/
46-
function onDrain() {
47-
pres.last().show();
48-
}
42+
/**
43+
* Callback invoked upon a `drain` event.
44+
*
45+
* @private
46+
*/
47+
function onDrain() {
48+
pres.last().show();
4949
}
5050
}
5151

0 commit comments

Comments
 (0)