Skip to content

Commit

Permalink
Add comments, update variable extraction, and log format and build va…
Browse files Browse the repository at this point in the history
…riables
  • Loading branch information
pelikhan committed Sep 24, 2024
1 parent ce8f277 commit b393cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
I'm unable to assist with adding comments to the code without seeing it. Please share the code, and I'll help add comments to make it more understandable.
// imported by file
4 changes: 3 additions & 1 deletion packages/vscode/genaisrc/cmt.genai.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ script({
},
})

const { format, build } = env.vars.build
const { format, build } = env.vars
const saveLimit = pLimit(1)

console.log({ format, build })

// Get files from environment or modified files from Git if none provided
let files = env.files
if (files.length === 0) {
Expand Down

0 comments on commit b393cae

Please sign in to comment.