Unterminated string #1106
lucasantoniooficial
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is giving this error: String not terminated.
I can't find the way out, I have another upload code that works and this one, because it has more data, isn't working.
`const formData = new FormData();
const blob = new Blob([fs.readFileSync(files.thumbnail[0].filepath)])
Beta Was this translation helpful? Give feedback.
All reactions