mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-04 05:50:24 +03:00
eepp: Improved String::unescape. Improved JavaScript+TypeScript regex tokenization. Minor fix for unescaped search in text highlights in UICodeEditor.
ecode: Avoid reloading plugins when a new instance of ecode is opened. Improved plugins logs.
This commit is contained in:
@@ -253,8 +253,8 @@ bool ProjectBuildManager::load() {
|
||||
j = json::parse( data, nullptr, true, true );
|
||||
} catch ( const json::exception& e ) {
|
||||
Log::error( "ProjectBuildManager::load - Error parsing project build config from "
|
||||
"path %s, error: ",
|
||||
mProjectFile.c_str(), e.what() );
|
||||
"path %s, error: %s, config file content:\n%s",
|
||||
mProjectFile.c_str(), e.what(), mProjectFile.c_str() );
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user