Open TNAJanssen opened 8 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.
@JonathanMontane i'm using Mac OS Sierra (10.12 (16A323)) and the latest version of paw 3.0.12
@TNAJanssen
!include
keyword ?
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.