blob: 607433cfa50a55ee8bd503ca78fd896bd7d2ed67 [file] [log] [blame]
(function() {
var Path;
Path = require('path');
module.exports = (function() {
switch (Path.extname(__filename)) {
case '.coffee':
return require('./src/logcat');
default:
return require('./lib/logcat');
}
})();
}).call(this);