UNPKG

trainingproject

Version:

A module to teach you how to module.

9 lines (8 loc) 223 B
exports.menu = false exports.handler = function next (shop) { var next = shop.getNext() if (next instanceof Error) { return console.log(shop.__('error.' + next.message) + '\n') } shop.execute(['print', next]) }