Closed Pastque closed 1 day ago
Thanks for the report, this has already been fixed in https://github.com/Shiva-Shadowsong/loggie/commit/ce7541fdfab612d7237061aa3566c7588e4e451b and will be released in 1.5.
I will leave the issue up for visibility until it is merged to master.
In the loggie_message.gd file, Parameter passing error
Loggie.msg("After").prefix("Before").info() -> Before{space}After Should be replaced by
Loggie.msg("After").prefix("Before").info() -> BeforeAfter