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 e8d5b62 commit f1be2d7Copy full SHA for f1be2d7
packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.js
@@ -322,8 +322,6 @@ export class DataSchemaCompiler {
322
};
323
324
errorsReport.inFile(file);
325
- errorsReport.addErrors(res.errors);
326
- errorsReport.addWarnings(res.warnings);
327
const res = await transpileJs([reqData]);
328
errorsReport.addErrors(res[0].errors);
329
errorsReport.addWarnings(res[0].warnings);
0 commit comments