]> git.kaiwu.me - quickjs.git/commit
Fix termination in Worker test
authorAkos Kiss <akiss@inf.u-szeged.hu>
Sat, 27 Jul 2024 09:34:49 +0000 (11:34 +0200)
committerCharlie Gordon <github@chqrlie.org>
Sat, 27 Jul 2024 21:40:48 +0000 (23:40 +0200)
commit6e2e68fd0896957f92eb6c242a2e048c1ef3cae0
treee6bfa7bb370c27ca687bcfcea90e3e7cbbbfeb41
parent012451d5f3c8e88457e0c37b30f997d9d5b0782f
Fix termination in Worker test

Function names are case sensitive, `onMessage` is not the same as
`onmessage`.

Related to #98
tests/test_worker_module.js