You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix empty lines being added for errors with no script backtrace
This commit is contained in:
@@ -65,6 +65,7 @@ public:
|
||||
|
||||
String get_language_name() const { return language_name; }
|
||||
|
||||
bool is_empty() const { return stack_frames.is_empty(); }
|
||||
int get_frame_count() const { return stack_frames.size(); }
|
||||
String get_frame_function(int p_index) const;
|
||||
String get_frame_file(int p_index) const;
|
||||
|
||||
Reference in New Issue
Block a user