You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If, for example, the address is already in use, an error is given but the tool doesn't exit:
❯ mdbook serve 130 ↵
2021-05-24 13:23:22 [INFO] (mdbook::book): Book building has started
2021-05-24 13:23:22 [INFO] (mdbook::book): Running the html backend
2021-05-24 13:23:22 [INFO] (mdbook::cmd::serve): Serving on: http://localhost:3000
thread '<unnamed>' panicked at 'error binding to [::1]:3000: error creating server listener: Address already in use (os error 48)', /Users/joshrotenberg/.cargo/registry/src/github.1485827954.workers.dev-1ecc6299db9ec823/warp-0.2.5/src/server.rs:213:27
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2021-05-24 13:23:22 [INFO] (mdbook::cmd::watch): Listening for changes...
The text was updated successfully, but these errors were encountered:
If, for example, the address is already in use, an error is given but the tool doesn't exit:
The text was updated successfully, but these errors were encountered: