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

Update README.md #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #14

wants to merge 1 commit into from

Conversation

ifeanyidavid
Copy link

  • Fixed EvaluationError that was caused by dangling comma at the end of the expression string.
   at async loadESM (node:internal/process/esm_loader:28:7)
    at async handleMainPromise (node:internal/modules/run_main:113:12) {
  name: 'EvaluationError',
  message: 'Unable to evaluate expression: Value expected (char 148)',
  type: 'SyntaxError',
  _baseError: SyntaxError: Value expected (char 148)
      at createSyntaxError (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1608:17)
      at parseEnd (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1575:13)
      at parseParentheses (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1562:12)
      at parseNumber (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1535:12)
      at parseObject (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1517:12)
      at parseMatrix (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1449:12)
      at parseString (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1343:12)
      at parseSymbol (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1241:12)
      at parseCustomNodes (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1214:12)
      at parseLeftHandOperators (file:///project/workspace/node_modules/mathjs/lib/esm/expression/parse.js:1138:12) {
    char: 148
  }
}
  • Corrected the duplicate failure_message key in the context.

- Fixed `EvaluationError` that was caused by dangling comma at the end of the expression string.
- Corrected the duplicate `failure_message` key in the context.
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