Skip to content

Commit 4d6ef6a

Browse files
committed
fixup: Bump got from 14.6.6 to 15.0.0 #5727
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
1 parent a2dcdd6 commit 4d6ef6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/downloadUtil/download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class DownloadUtil {
1919
progressCb?: (current: number, increment: number) => void,
2020
throttle = 250,
2121
): Promise<void> {
22-
const dls = got(fromUrl, { isStream: true });
22+
const dls = got.stream(fromUrl);
2323
if (progressCb) {
2424
let previous = 0;
2525
// Process progress event from 'got'

0 commit comments

Comments
 (0)