Files

4 lines
115 B
JavaScript

module.exports = function (callback) {
callback('Your platform is not supported, sorry. Patches welcome.');
};