chore: storing version and changelog

This commit is contained in:
BHSDuncan
2022-09-12 20:19:49 +00:00
parent ad445cd43b
commit 99c274f00d
2 changed files with 10 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ func run() -> int:
var rc = command_object.run(prepared_arguments)
if rc is GDScriptFunctionState:
rc = yield(rc, "completed")
escoria.logger.debug(
self,
"[%s] Return code: %d." % [self.name, rc]