We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce04d3 commit c16d4a3Copy full SHA for c16d4a3
1 file changed
core/vm.cpp
@@ -2434,11 +2434,11 @@ class Interpreter {
2434
stack.top().kind = FRAME_STRING_CONCAT;
2435
if (lhs.t != Value::STRING) {
2436
ast_ = ast.left;
2437
- stack.newFrame(FRAME_TO_JSON, stack.top().location);
+ stack.newFrame(FRAME_TO_JSON, ast_->location);
2438
goto recurse;
2439
} else if (rhs.t != Value::STRING) {
2440
ast_ = ast.right;
2441
2442
2443
} else {
2444
goto replaceframe;
0 commit comments