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 f3bba68 commit 76e663bCopy full SHA for 76e663b
packages/cubejs-schema-compiler/src/compiler/transpilers/transpiler_worker.ts
@@ -76,7 +76,7 @@ const transpileYaml = (data: TransferContent) => {
76
errorsReport.exitFile();
77
78
return {
79
- content: transpiledFile?.content,
+ content: transpiledFile?.content || '',
80
errors: errorsReport.getErrors(),
81
warnings: errorsReport.getWarnings()
82
};
0 commit comments