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 2c9478b commit 8b2f3edCopy full SHA for 8b2f3ed
src/exit.js
@@ -17,7 +17,7 @@ import process from 'process'
17
// - waiting for few seconds (EXIT_TIMEOUT)
18
// This last one is a hack. We should instead allow `opts.log()` to return a
19
// 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
+// then close them and wait for them to flush. We should then always wait for
21
// process.stdout|stderr as well.
22
export const exitProcess = function({ name, opts: { exitOn } }) {
23
if (!exitOn.includes(name)) {
0 commit comments