MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
https://vue-concurrency.netlify.app/
MIT License
350 stars 15 forks source link

Vue3 support #22

Closed MartinMalinda closed 4 years ago

MartinMalinda commented 4 years ago
ghost commented 4 years ago

DeepCode's analysis on #df3761 found:

Description Example fixes
No catch method for promise. This may result in an unhandled promise rejection. Occurrences: :wrench: Example fixes
Use "utf8", which Node uses, instead of "utf-8" (in fs.writeFileSync). Occurrences: :wrench: Example fixes
No catch method for promise. This may result in an unhandled promise rejection. Occurrences: :wrench: Example fixes

👉 View analysis in DeepCode’s Dashboard | Configure the bot

leventekobor commented 4 years ago

❤️