Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

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

Open
ghost opened this issue Feb 19, 2022 · 4 comments
Open

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

ghost opened this issue Feb 19, 2022 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 19, 2022

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...

@ghost
Copy link
Author

ghost commented Feb 19, 2022

it will crashed


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

@ghost
Copy link
Author

ghost commented Feb 19, 2022

but it will run


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

@ghost ghost changed the title if my index.html Skip a line it will crashed if my index.html Skip a line,it will crashed Feb 19, 2022
@packet-sent
Copy link

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.

@CarsonSlovoka
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants