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 3684f5f commit 1b9cab4Copy full SHA for 1b9cab4
packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.ts
@@ -712,7 +712,7 @@ export class DataSchemaCompiler {
712
713
// We use AsyncLocalStorage to store the current file context
714
// so that it can be accessed in the script execution context even within async functions.
715
- // @see https://nodejs.org/api/async_context.html
+ // @see https://nodejs.org/api/async_context.html#class-asynclocalstorage
716
ctxFileStorage.run(file, () => {
717
script.runInContext(this.compileV8ContextCache!, { timeout: 15000 });
718
});
0 commit comments