Skip to content

Commit 1956ff0

Browse files
committed
[file_packager] Remove handleError. NFC
The last usage was removed in #24904 but I forgot to remove the function itself.
1 parent 83b1301 commit 1956ff0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/file_packager.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,10 +1008,6 @@ def generate_js(data_target, data_files, metadata):
10081008
Module['setStatus']?.('Downloading data...');
10091009
return iterate();
10101010
});
1011-
};
1012-
1013-
function handleError(error) {
1014-
console.error('package error:', error);
10151011
};\n''' % {'node_support_code': node_support_code}
10161012

10171013
code += '''

0 commit comments

Comments
 (0)