We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6314a63 commit 5f68961Copy full SHA for 5f68961
src/visitor.cpp
@@ -139,7 +139,7 @@ namespace rift {
139
return geode::Ok(!res.unwrap());
140
case TokenType::DOLLAR: {
141
auto val = res.unwrap().toString();
142
- auto fmtRes = format(val, m_variables);
+ auto fmtRes = rift::format(val, m_variables);
143
if (fmtRes.isErr()) {
144
return node.error(fmt::format("SubExpressionError: {}", fmtRes.unwrapErr().message()));
145
}
0 commit comments