asticode/go-astilectron

if my index.html Skip a line,it will crashed

Opened this issue · 4 comments

exited with code: -1073741819
2022/02/19 22:32:16 App has crashed
2022/02/19 22:32:16 Stopping...
2022/02/19 22:32:16 astikit: stopping worker...
2022/02/19 22:32:16 astikit: worker is now waiting...
2022/02/19 22:32:16 Closing...

it will crashed


> <!DOCTYPE html>
> <html lang="en">
> 
> <head>
>     <meta charset="UTF-8">
> </head>
> 
> <body>
>     Hello World!
> </body>
> 
> </html>

but it will run


- > <!DOCTYPE html>
- > <html `lang="en">`
- > <head>
- >     <meta charset="UTF-8">
- > </head>
- > <body>
- >     Hello World!
- > </body>
- > </html>

Weird as for me where I have got quite a lot of empty lines between different HTML tags but I can build & debug fine with no crash.

it will crashed

Can you provide your code? and editorconfig

Weird as for me where I have got quite a lot of empty lines between different HTML tags but I can build & debug fine with no crash.

Me too.