fix(shell/lean): set global ios
This commit is contained in:
parent
d8ee8d6ea7
commit
f756e9ed92
1 changed files with 2 additions and 0 deletions
|
|
@ -393,6 +393,8 @@ int main(int argc, char ** argv) {
|
|||
ios.set_regular_channel(ios.get_diagnostic_channel_ptr());
|
||||
}
|
||||
#endif
|
||||
|
||||
scope_global_ios scope_ios(ios);
|
||||
scoped_message_buffer scope_msg_buf(msg_buf.get());
|
||||
scope_message_context scope_msg_ctx(message_bucket_id { "_global", 1 });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue