A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/npm/commit/e2f815f87676b7c50b896e939cee15a01aa976e4 below:

write an empty str and wait for flush to exit · npm/npm@e2f815f · GitHub

This repository was archived by the owner on Aug 11, 2022. It is now read-only.

File tree Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed Original file line number Diff line number Diff line change

@@ -135,7 +135,9 @@ function exit (code, noLog) {

135 135

// for whatever reason gets thrown away, instead of leaving the CLI open

136 136

//

137 137

// Commands that expect long-running actions should just delay `cb()`

138 -

process.exit(code)

138 +

process.stdout.write('', () => {

139 +

process.exit(code)

140 +

})

139 141

}

140 142

}

141 143

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4