whortaneto / chimera-js

Javascript library to facilitate the use of the web workers api.
MIT License
4 stars 0 forks source link

Arrow functions in a single line didn't works in chimera.exportToWorker API #10

Open whortaneto opened 7 years ago

whortaneto commented 7 years ago

In version 0.1.17 you can't export arrow functions in a single line. You need to use the parentheses and the braces when using the method exportToWorker.