Skip to content

Commit 1b9cab4

Browse files
committed
fix link
1 parent 3684f5f commit 1b9cab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ export class DataSchemaCompiler {
712712

713713
// We use AsyncLocalStorage to store the current file context
714714
// so that it can be accessed in the script execution context even within async functions.
715-
// @see https://nodejs.org/api/async_context.html
715+
// @see https://nodejs.org/api/async_context.html#class-asynclocalstorage
716716
ctxFileStorage.run(file, () => {
717717
script.runInContext(this.compileV8ContextCache!, { timeout: 15000 });
718718
});

0 commit comments

Comments
 (0)