Fix print

pull/6/head
A. R. Shajii 2021-11-10 11:10:44 -05:00
parent cb258a969b
commit 9653a1cba0
1 changed files with 2 additions and 2 deletions

View File

@ -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