Skip to content

Commit 9e49261

Browse files
committed
Update index.js
1 parent e4cf362 commit 9e49261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const spawning = Sys.spawning = function (command, argument, progressOpti
192192
options = Object.assign(options, progressOptions);
193193
progress = options.onprogress || null;
194194
} else if (isFunction(options.onprogress)) {
195-
progress = options.onprogress || null;
195+
progress = options.onprogress;
196196
}
197197

198198
let err = null;

0 commit comments

Comments
 (0)