Program ended while yielding



This error indicates that the Profound.js program returned to the framework with an asynchronous call still pending. It indicates that the await keyword has been omitted from an asynchronous call. See Coding With Promises in Profound.js for more information.