Return in findGlobals
This commit is contained in:
@@ -584,6 +584,7 @@ void findGlobals(TSNode node, const char *source_code, uint32_t source_length,
|
||||
std::string src = extractNodeText(node, source_code);
|
||||
SPDLOG_ERROR("Failed to get global name for {}", src);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user