Skip to content

Commit

Permalink
Merge pull request #1435 from akpaevj/fix/lost-code-position
Browse files Browse the repository at this point in the history
Фикс ошибки потери информации об ошибке при вычислении во фрейме
  • Loading branch information
EvilBeaver authored Aug 5, 2024
2 parents ad7fe24 + 655acae commit edcd43d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ScriptEngine/Machine/MachineInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ internal IValue EvaluateInFrame(string expression, ExecutionFrame selectedFrame)
Locals = Array.Empty<IVariable>(),
Scopes = CreateFrameScopes(selectedFrame.Scopes, localScope),
InstructionPointer = 0,
LineNumber = 1
};
}
catch
Expand Down

0 comments on commit edcd43d

Please sign in to comment.