Skip to content

Conversation

@joshwilsonvu
Copy link

Was just browsing the code and noticed a probable misplaced parenthesis:

  if (
    code.includes(
-     'fetch$(' || code.includes('split$(')
+     'fetch$('
    ) ||
+   code.includes('split$(') ||
    code.includes('server$(')
  ) {

Fixed and switched to a regex to avoid multiple passes.

@joshwilsonvu
Copy link
Author

Actually, this duplicates #15.

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.

1 participant