Add error message when trying to load project from CWD.

This commit is contained in:
Pāvels Nadtočajevs 2025-11-16 10:09:23 +02:00
parent 8deb221829
commit a7358ddd12
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
7 changed files with 43 additions and 2 deletions

View file

@ -101,6 +101,7 @@ public:
virtual Error get_dynamic_library_symbol_handle(void *p_library_handle, const String &p_name, void *&p_symbol_handle, bool p_optional = false) override;
virtual Error set_cwd(const String &p_cwd) override;
virtual String get_cwd() const override;
virtual String get_name() const override;
virtual String get_distribution_name() const override;