fusepilot / parcel-plugin-cep-starter

Starter template for parcel-cep-plugin, a zero configuration CEP extension builder for Parcel.
MIT License
13 stars 10 forks source link

fix: eval script return type #32

Open timhaywood opened 2 years ago

timhaywood commented 2 years ago

The evalScript function should return a Promise<string>, since it's asynchronous.

Now when you're calling it you know to await the return value.

My bad for introducing the type error!