luckymarmot / Paw-RAMLImporter

RALM Importer for Paw
MIT License
4 stars 0 forks source link

Not working anymore #2

Open TNAJanssen opened 7 years ago

TNAJanssen commented 7 years ago

I get the error:

The import Extension has started a JavaScript Promise with no pending callback

Error Importer com.luckymarmot.PawExtensions.RAMLImporter has returned a JavaScript Promise but has no pending callback. Check that your asynchronous JavaScript code is not missing callbacks. A frequent error is to forget calling resolve() or reject() in a Promise implementation.

JonathanMontane commented 7 years ago

@TNAJanssen Thanks for the report. I'll look into it.

By any chance, are you on Yosemite (OSX 10.10)? If so, is your Paw version inferior to 3.0.9 ? If that's the case, please update Paw to a more recent version as we fixed an issue with Promises not being correctly implemented by the native JS engine in Yosemite in Paw 3.0.9.

TNAJanssen commented 7 years ago

@JonathanMontane i'm using Mac OS Sierra (10.12 (16A323)) and the latest version of paw 3.0.12

JonathanMontane commented 7 years ago

@TNAJanssen