We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8885f33 commit fa691d6Copy full SHA for fa691d6
1 file changed
core/vm.cpp
@@ -2509,11 +2509,11 @@ class Interpreter {
2509
stack.top().kind = FRAME_STRING_CONCAT;
2510
if (lhs.t != Value::STRING) {
2511
ast_ = ast.left;
2512
- stack.newFrame(FRAME_TO_JSON, stack.top().location);
+ stack.newFrame(FRAME_TO_JSON, ast_->location);
2513
goto recurse;
2514
} else if (rhs.t != Value::STRING) {
2515
ast_ = ast.right;
2516
2517
2518
} else {
2519
goto replaceframe;
0 commit comments