mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +00:00
Add custom console and allow runtimes to set the config dir
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Tesses::CrossLang
|
||||
if(value == "true") {
|
||||
items.push_back(std::pair<std::string,TObject>(key,true));
|
||||
} else if(value == "false") {
|
||||
items.push_back(std::pair<std::string,TObject>(key,true));
|
||||
items.push_back(std::pair<std::string,TObject>(key,false));
|
||||
} else if(value == "null") {
|
||||
items.push_back(std::pair<std::string,TObject>(key,nullptr));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user