We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i use the code on the npm page to create the house I get
Error at createCanvas (C:\Users\User\Documents\Discord Bots\Suggestions\node_modules\@napi-rs\canvas\index.js:160:7) at Object.execute (C:\Users\User\Documents\Discord Bots\Suggestions\commands\user commands\profile.js:24:24) at processTicksAndRejections (node:internal/process/task_queues:96:5) { code: 'StringExpected' }
the line 24 in profile.js is const canvas = createCanvas(300, 320)
const canvas = createCanvas(300, 320)
The text was updated successfully, but these errors were encountered:
is it possible to make these errors more meaningful? Right now it's hard to debug what exactly went wrong because most of the errors are like
Error ... code: '<SomeType>Expected'
We have to depend upon the line number in the stacktrace
Sorry, something went wrong.
I'll improve the error messages in NAPI-RS
Related on Prisma side: prisma/prisma#13864
No branches or pull requests
when i use the code on the npm page to create the house I get
the line 24 in profile.js is
const canvas = createCanvas(300, 320)
The text was updated successfully, but these errors were encountered: