Skip to content

Commit edd3a18

Browse files
committed
Readability.
1 parent 27a1c42 commit edd3a18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/file_packager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,6 @@ def generate_js(data_target, data_files, metadata):
970970
}
971971
972972
const reader = response.body.getReader();
973-
974973
const iterate = () => reader.read().then(handleChunk).catch((cause) => {
975974
return Promise.reject(new Error(`Unexpected error while handling : ${response.url} ${cause}`, {cause}));
976975
});

0 commit comments

Comments
 (0)