We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0fef7 commit 1429f22Copy full SHA for 1429f22
packages/cubejs-server-core/src/core/CompilerApi.js
@@ -100,10 +100,6 @@ export class CompilerApi {
100
* because it could fail and no compilers will be returned.
101
*/
102
getCompilersInstances() {
103
- if (this.compilers) {
104
- return this.compilers;
105
- }
106
-
107
return prepareCompiler(this.repository, {
108
allowNodeRequire: this.allowNodeRequire,
109
compileContext: this.compileContext,
0 commit comments