I am trying to use iojs with koa , which works well. But Webstorm does not accept generator functions as valid.
app.use(function *() { this.body = 'Hello World'; });
My actual version is Webstorm 9 . Maybe a workaround? I could not find a suitable option.
source share