Skip to content

Commit 76e663b

Browse files
committed
small fix
1 parent f3bba68 commit 76e663b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/compiler/transpilers/transpiler_worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const transpileYaml = (data: TransferContent) => {
7676
errorsReport.exitFile();
7777

7878
return {
79-
content: transpiledFile?.content,
79+
content: transpiledFile?.content || '',
8080
errors: errorsReport.getErrors(),
8181
warnings: errorsReport.getWarnings()
8282
};

0 commit comments

Comments
 (0)