mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
Merge remote-tracking branch 'origin/v0.8.0' into ifcviewer-wgpu
This commit is contained in:
@@ -641,7 +641,7 @@ int main () {
|
||||
}
|
||||
case GET_LOG: {
|
||||
get_log gl; gl.read(std::cin);
|
||||
WriteLog(logger::get_log()).write(std::cout);
|
||||
WriteLog(logger::Root().get_log()).write(std::cout);
|
||||
continue;
|
||||
}
|
||||
case BYE: {
|
||||
|
||||
Reference in New Issue
Block a user