iroha icon indicating copy to clipboard operation
iroha copied to clipboard

forgot to call `ConfigReader::finish()`, didn't you?

Open mversic opened this issue 9 months ago • 0 comments

in Config::load every early exit with ? will produce this error because Config is dropped. It can be most easily reproduced if you send into Config::load name of a file that doesn't exist. If there are other constructors, they will suffer from the same issue.

mversic avatar May 20 '24 14:05 mversic