Skip to content

Commit 9914e14

Browse files
committed
fix pipeline
1 parent 3f3d8bf commit 9914e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/file_packager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def generate_js(data_target, data_files, metadata):
627627
Module['expectedDataFileDownloads'] ??= 0;
628628
Module['expectedDataFileDownloads']++;'''
629629

630-
if not options.modularize and not options.from_emcc:
630+
if not options.modularize:
631631
ret += '''
632632
(() => {'''
633633

0 commit comments

Comments
 (0)