aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yuescript/yue_compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_compiler.cpp b/src/yuescript/yue_compiler.cpp
index 8583f02..c991733 100644
--- a/src/yuescript/yue_compiler.cpp
+++ b/src/yuescript/yue_compiler.cpp
@@ -9033,7 +9033,7 @@ private:
9033 } 9033 }
9034#else // YUE_NO_MACRO 9034#else // YUE_NO_MACRO
9035 if (importAllMacro) { 9035 if (importAllMacro) {
9036 throw CompileError("macro feature not supported"sv, import->target); 9036 throw CompileError("macro feature not supported"sv, importNode->target);
9037 } 9037 }
9038#endif // YUE_NO_MACRO 9038#endif // YUE_NO_MACRO
9039 if (newTab->items.empty()) { 9039 if (newTab->items.empty()) {