mirror of https://github.com/exaloop/codon.git
Fix print
parent
cb258a969b
commit
9653a1cba0
|
@ -290,7 +290,7 @@ int jupyterMode(const std::vector<const char *> &args) {
|
|||
: "connection.json");
|
||||
return code;
|
||||
#else
|
||||
fmt::eprint("Jupyter support not included. Please recompile with "
|
||||
fmt::print("Jupyter support not included. Please recompile with "
|
||||
"-DCODON_JUPYTER.");
|
||||
return EXIT_FAILURE;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue