supercat666's picture
fixed igv
a5f860b
raw
history blame
151 Bytes
var path = require('path');
function rebaseToFrom(option) {
return option ? path.resolve(option) : process.cwd();
}
module.exports = rebaseToFrom;