@teambit/workspace
Version:
21 lines (19 loc) • 624 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.OutsideWorkspaceError = void 0;
function _bitError() {
const data = require("@teambit/bit-error");
_bitError = function () {
return data;
};
return data;
}
class OutsideWorkspaceError extends _bitError().BitError {
constructor() {
super(`This command can only be run inside a bit workspace. Please check that you are inside a bit workspace and then re-run (to initialize a new workspace please use bit init)`);
}
}
exports.OutsideWorkspaceError = OutsideWorkspaceError;
//# sourceMappingURL=outside-workspace.js.map