mostly licensing and docker stuff
This commit is contained in:
@@ -23,6 +23,8 @@ fn main() {
|
||||
}
|
||||
|
||||
if let Err(_) = server::run(root, port) {
|
||||
// shit out error if we have port already in use,
|
||||
// prevents panic
|
||||
log_error!("Port {} already in use!", port);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user