Skip to content

Commit 8b2f3ed

Browse files
committed
Fix typo in comment
1 parent 2c9478b commit 8b2f3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import process from 'process'
1717
// - waiting for few seconds (EXIT_TIMEOUT)
1818
// This last one is a hack. We should instead allow `opts.log()` to return a
1919
// stream, and keep track of all unique returned streams. On exit, we should
20-
// then close then and wait for them to flush. We should then always wait for
20+
// then close them and wait for them to flush. We should then always wait for
2121
// process.stdout|stderr as well.
2222
export const exitProcess = function({ name, opts: { exitOn } }) {
2323
if (!exitOn.includes(name)) {

0 commit comments

Comments
 (0)