tweak warning [skip ci]
This commit is contained in:
parent
bbed428f29
commit
5157c71f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
[sci.core :as sci :refer [copy-var]]))
|
[sci.core :as sci :refer [copy-var]]))
|
||||||
|
|
||||||
(def warning
|
(def warning
|
||||||
"WARNING: the org.httpkit.server namespace is experimental and may be removed in future versions of babashka.
|
"WARNING: the org.httpkit.server namespace is experimental and may sat or be removed in future versions of babashka, depending on feedback from the community.
|
||||||
Please leave a note at https://github.com/borkdude/babashka/issues/556 to let us know how you are using it.
|
Please leave a note at https://github.com/borkdude/babashka/issues/556 to let us know how you are using it.
|
||||||
You can turn this warning off using -Dbabashka.httpkit-server.warning=false
|
You can turn this warning off using -Dbabashka.httpkit-server.warning=false
|
||||||
This namespace will remain available under a feature flag, see https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags")
|
This namespace will remain available under a feature flag, see https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue