https://bugs.winehq.org/show_bug.cgi?id=42400
--- Comment #2 from KOLANICH kolan_n@mail.ru --- Created attachment 57226 --> https://bugs.winehq.org/attachment.cgi?id=57226 test.js
"use strict"; WSH.Echo("1"); throw new Error("A"); WSH.Echo("2"); WSH.Quit();