File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -400,6 +400,7 @@ jobs:
400
400
corez.test_dylink_iostream
401
401
core2ss.test_pthread_dylink
402
402
core2ss.test_pthread_thread_local_storage
403
+ core2s.test_dylink_syslibs_missing_assertions
403
404
wasm2js3.test_memorygrowth_2
404
405
other.test_unistd_fstatfs_wasmfs
405
406
wasmfs.test_hello_world
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ LibraryJSEventLoop = {
44
44
'var __setImmediate_id_counter = 0;\n' +
45
45
'var __setImmediate_queue = [];\n' +
46
46
'var __setImmediate_message_id = "_si";\n' +
47
- 'var __setImmediate_cb = (/** @type {Event} */e) => {\n' +
47
+ '/** @param {Event} e */\n' +
48
+ 'var __setImmediate_cb = (e) => {\n' +
48
49
'if (e.data === __setImmediate_message_id) {\n' +
49
50
'e.stopPropagation();\n' +
50
51
'__setImmediate_queue.shift()();\n' +
You can’t perform that action at this time.
0 commit comments