git helpers #427
Annotations
1 error
build:
docs/src/content/docs/reference/scripts/git.md#L15
The code snippet is missing the function call to execute the `git.defaultBranch` method. It should be `git.defaultBranch()` instead of `await git.defaultBranch()`. The `await` keyword is used with asynchronous functions, and there is no indication that `git.defaultBranch` is an asynchronous function in this context. If it is asynchronous, the function should be called within an async function or a thenable context.::
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
genai-results
|
13.8 KB |
|