Skip to content

Commit

Permalink
fix comma-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
snirsh committed Aug 1, 2024
1 parent 71db266 commit c9dbe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vitePlugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function carmiVitePlugin(options = {}) {

const compiledCode = compileFile(id, {
isDebug: options.debug,
disableCurrentLineFunctionName: options.disableCurrentLineFunctionName,
disableCurrentLineFunctionName: options.disableCurrentLineFunctionName
});

return {
Expand Down

0 comments on commit c9dbe0d

Please sign in to comment.