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 35f3763 commit f469d85Copy full SHA for f469d85
src/index.ts
@@ -13,8 +13,8 @@ import { isWindows } from 'node-sys';
13
const onProgress = (firstChar: string) =>
14
function(data: string): string[] {
15
return data.split('\n')
16
- .filter((line) => line.startsWith(firstChar))
17
- .map((line) => ReplaceNativeSeparator(line.slice(2)));
+ .filter((line) => line.startsWith(firstChar))
+ .map((line) => ReplaceNativeSeparator(line.slice(2)));
18
}
19
20
function retry(
0 commit comments