Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Function name invalid, must be alphanumeric #126

Open
obfuscatedgenerated opened this issue Oct 21, 2021 · 1 comment
Open

Error: Function name invalid, must be alphanumeric #126

obfuscatedgenerated opened this issue Oct 21, 2021 · 1 comment

Comments

@obfuscatedgenerated
Copy link

You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
 Error: Function name invalid, must be alphanumeric
     at new i ([REDACTED]\node_modules\coffeequate\coffeequate.min.js:7:30624)
     at Object.performAction ([REDACTED]\node_modules\coffeequate\coffeequate.min.js:6:5656)
     at n.parse ([REDACTED]\node_modules\coffeequate\coffeequate.min.js:6:8774)
    at Object.stringToExpression ([REDACTED]\node_modules\coffeequate\coffeequate.min.js:6:15896)
    at new e ([REDACTED]\node_modules\coffeequate\coffeequate.min.js:8:1251)
    at o ([REDACTED]\node_modules\coffeequate\coffeequate.min.js:8:4658)
@obfuscatedgenerated
Copy link
Author

I figured out what's going on:
I was passing an expression in the form 2(x+2)
It was treating it as a function instead of as multiplication which is kind of annoying but at least it functions.

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

No branches or pull requests

1 participant