@teambit/workspace
Version:
21 lines (19 loc) • 541 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MergeConfigConflict = void 0;
function _bitError() {
const data = require("@teambit/bit-error");
_bitError = function () {
return data;
};
return data;
}
class MergeConfigConflict extends _bitError().BitError {
constructor(filePath) {
super(`unable to parse the merge-conflict file ${filePath} as it has unresolved conflicts`);
}
}
exports.MergeConfigConflict = MergeConfigConflict;
//# sourceMappingURL=merge-config-conflict.js.map