gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
143 stars 12 forks source link

broken GUI sample #86

Closed eogloblin closed 10 months ago

eogloblin commented 10 months ago

Hi. I've found your project while looked for something for quick GUI prototyping for command line utils, but, unfortunately, got an error from the start. GUI sample looks like image Seems like your code is cutting 1st char from the app/index.html file while reading it at pipe-ipc.js:405 Setting BOM for this file doesn't change anything, file still read without the first char.

gnh1201 commented 10 months ago

Thank you for reporting the issue. I committed the fix to resolve this issue. Please feel free to let me know if the same problem occurs afterwards.

Thank you. :)

gnh1201 commented 10 months ago

Related issues: #84 #85