File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -796,8 +796,8 @@ jobs:
796
796
other.test_native_call_before_init
797
797
other.test_node_unhandled_rejection
798
798
core2.test_hello_world
799
- core2.test_esm_integration
800
- core0.test_esm_integration
799
+ core2.test_esm_integration*
800
+ core0.test_esm_integration*
801
801
core0.test_pthread_join_and_asyncify
802
802
core0.test_async_ccall_promise_jspi*
803
803
core0.test_cubescript_jspi"
Original file line number Diff line number Diff line change @@ -523,6 +523,7 @@ function exportRuntimeSymbols() {
523
523
const results = exports . filter ( ( name ) => name ) ;
524
524
525
525
if ( MODULARIZE == 'instance' ) {
526
+ if ( results . length == 0 ) return '' ;
526
527
return '// Runtime exports\nexport { ' + results . join ( ', ' ) + ' };\n' ;
527
528
}
528
529
You can’t perform that action at this time.
0 commit comments