mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
show parser errors
This commit is contained in:
parent
8c5ca9dcba
commit
e02a9de1fa
4 changed files with 20 additions and 7 deletions
|
|
@ -214,7 +214,7 @@ async fn main() -> Result<()> {
|
|||
match config.listen {
|
||||
Listen::Tcp { address, port } => {
|
||||
let addr = SocketAddr::from((address, port));
|
||||
info!("listening on {}", addr);
|
||||
info!("listening on http://{}", addr);
|
||||
Server::bind(&addr)
|
||||
.serve(service)
|
||||
.with_graceful_shutdown(ctrl_c)
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ impl Page for ViewerPage<'_> {
|
|||
}
|
||||
}
|
||||
progress.parse.onlyscript min = "0" max = "100" value = "0" {}
|
||||
#error {}
|
||||
}
|
||||
script module src = (script) type = "text/javascript" {}
|
||||
link rel="stylesheet" type="text/css" href=(style_url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue