We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd9392 commit 89e0740Copy full SHA for 89e0740
2 files changed
compiler_run.cpp
@@ -520,7 +520,7 @@ const char* run_quantumc_code(const char* code) {
520
color = MAGENTA;
521
has_fatal = true;
522
} else if (diag.level == "Severe") {
523
- color = RE
+ color = RED;
524
525
} else if (diag.level == "Fatal") {
526
color = RED;
version.txt
@@ -1 +1 @@
1
-x0.17.71
+x0.17.71
0 commit comments