All files / dist/setupTools index.js

50% Statements 6/12
0% Branches 0/4
0% Functions 0/1
50% Lines 4/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 124x 4x   4x             4x  
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _linux=_interopRequireDefault(require("./linux"));
var _windows=_interopRequireDefault(require("./windows"));var _default=
 
function _default(c){var
platform=c.process.platform;
if(platform==='linux')return new _linux.default(c);
if(platform==='win32')return new _windows.default(c);
 
 
throw new Error('Platform unsupported for automated SDK setup');
};exports.default=_default;
//# sourceMappingURL=index.js.map