You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
461 B

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.assertValidProjectRoot = assertValidProjectRoot;
function _internal() {
const data = require("../internal");
_internal = function () {
return data;
};
return data;
}
function assertValidProjectRoot(projectRoot) {
if (!projectRoot) {
throw new (_internal().XDLError)('NO_PROJECT_ROOT', 'No project root specified');
}
}
//# sourceMappingURL=errors.js.map