Skip to content

Commit 89e0740

Browse files
committed
WORK
1 parent 5bd9392 commit 89e0740

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compiler_run.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ const char* run_quantumc_code(const char* code) {
520520
color = MAGENTA;
521521
has_fatal = true;
522522
} else if (diag.level == "Severe") {
523-
color = RE
523+
color = RED;
524524
has_fatal = true;
525525
} else if (diag.level == "Fatal") {
526526
color = RED;

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
x0.17.71
1+
x0.17.71

0 commit comments

Comments
 (0)