Skip to content

Commit

Permalink
that really shouldn't have worked
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianHugh committed Sep 16, 2024
1 parent 4c530da commit df6e190
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions R/engine.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

new_engine <- function(config) {
stopifnot(is_config(config))
warning(
sprintf(
"port available? %s",
httpuv:::is_port_available(
config$port,
config$host
)
)
)
# warning(
# sprintf(
# "port available? %s",
# httpuv:::is_port_available(
# config$port,
# config$host
# )
# )
# )
structure(
list2env(
list(
Expand Down

0 comments on commit df6e190

Please sign in to comment.