async(function* () { try { var img = yield loadImage('thesis_defense.png'); console.log('received image'); } catch (err) { console.log('Error occurred while loading the image'); console.log(e); } })();