Skip to content

fix: scheduled task path concatenation, function names, and Count error#31

Merged
seunggabi merged 1 commit intomainfrom
fix/#30_scheduler-bugs
Feb 13, 2026
Merged

fix: scheduled task path concatenation, function names, and Count error#31
seunggabi merged 1 commit intomainfrom
fix/#30_scheduler-bugs

Conversation

@seunggabi
Copy link
Copy Markdown
Owner

Summary

  • Fix $modulePath variable being overwritten inside foreach loop (path accumulation bug)
  • Add function name mapping to resolve mismatch between config module names and actual function names
  • Wrap Where-Object results in @() to prevent $null.Count error under strict mode

Closes #30

🤖 Generated with Claude Code

…nt error

- Use $moduleFilePath instead of overwriting $modulePath in foreach loop
- Add function name mapping matching bin/win-ops.ps1 conventions
- Wrap Where-Object results in @() to prevent $null.Count under strict mode

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@seunggabi seunggabi merged commit f424ee2 into main Feb 13, 2026
2 checks passed
@seunggabi seunggabi deleted the fix/#30_scheduler-bugs branch February 13, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: scheduled task fails with path concatenation and function name mismatch

1 participant