Skip to content

🔧 Auto-fix: Bug: muteVowels crashes on empty string input#7

Open
codedev168 wants to merge 1 commit into
mainfrom
autofix/issue-5
Open

🔧 Auto-fix: Bug: muteVowels crashes on empty string input#7
codedev168 wants to merge 1 commit into
mainfrom
autofix/issue-5

Conversation

@codedev168
Copy link
Copy Markdown
Owner

Auto-generated fix for #5

Issue: Bug: muteVowels crashes on empty string input
Description: When calling muteVowels(""), the function throws a TypeError instead of returning an empty string.

Steps to reproduce:

  1. const result = muteVowels("")
  2. TypeError is thrown

Expected: Should return "" for empty input.
Severity: High — breaks basic usage.


This fix was automatically generated by AutoForge's CommunityAgent.
Please review the changes before merging.

Closes #5

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.

Bug: muteVowels crashes on empty string input

1 participant