Skip to content

Commit a7747d4

Browse files
committed
-1 diff size.
1 parent edd3a18 commit a7747d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/file_packager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,7 @@ def generate_js(data_target, data_files, metadata):
965965
}
966966
967967
if (!response.body && response.arrayBuffer) { // If we're using the polyfill, readers won't be available...
968-
response.arrayBuffer().then(callback);
969-
return;
968+
return response.arrayBuffer().then(callback);
970969
}
971970
972971
const reader = response.body.getReader();

0 commit comments

Comments
 (0)