ling-open-studio / node_modules /next /dist /shared /lib /no-fallback-error.external.js
GitHub Action
Deploy from GitHub Actions: df5a8ff24af4958ea227f47605368fc710dfbfa8
c592d77
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "NoFallbackError", {
enumerable: true,
get: function() {
return NoFallbackError;
}
});
class NoFallbackError extends Error {
constructor(){
super();
this.message = 'Internal: NoFallbackError';
}
}
//# sourceMappingURL=no-fallback-error.external.js.map