Fix JavaScript regex pattern causing 'Invalid or unexpected token' error
- Removed problematic regex pattern with nested quotes that caused JavaScript syntax error - Simplified JSON detection patterns to avoid complex quote escaping issues - Fixed regex patterns on lines 499-500 that were causing 'Invalid or unexpected token' - Maintained JSON detection functionality while eliminating syntax errors - Improved JavaScript code reliability and parsing
Showing
Please
register
or
sign in
to comment