Files
flights_web_raw/node_modules/x-default-browser/lib/detect-stub.js
T

4 lines
115 B
JavaScript

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