fix(build): pass &args by reference to command.args to prevent move before log statement #146

Merged
gronod merged 1 commits from fix/ci-build into development 2026-08-29 17:58:04 +01:00
Owner

Pass &args by reference to command.args in ProcessManager::spawn to avoid moving args before the log::info! statement, and prefix unused _app variable in parse_ti2_header.

Pass `&args` by reference to `command.args` in `ProcessManager::spawn` to avoid moving `args` before the `log::info!` statement, and prefix unused `_app` variable in `parse_ti2_header`.
gronod added 1 commit 2026-08-29 17:58:00 +01:00
gronod merged commit 3f82ec47fc into development 2026-08-29 17:58:04 +01:00
gronod deleted branch fix/ci-build 2026-08-29 17:58:04 +01:00
Sign in to join this conversation.