Skip to content

Commit f469d85

Browse files
committed
make minor changes (index.ts)
1 parent 35f3763 commit f469d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { isWindows } from 'node-sys';
1313
const onProgress = (firstChar: string) =>
1414
function(data: string): string[] {
1515
return data.split('\n')
16-
.filter((line) => line.startsWith(firstChar))
17-
.map((line) => ReplaceNativeSeparator(line.slice(2)));
16+
.filter((line) => line.startsWith(firstChar))
17+
.map((line) => ReplaceNativeSeparator(line.slice(2)));
1818
}
1919

2020
function retry(

0 commit comments

Comments
 (0)