Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Remove trailing comma to make tests pass in Node.js 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jun 19, 2019
1 parent 77a4f87 commit 614d416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function compile(source, options) {
result = babelCore.transformFromAstSync(
result.ast,
result.code,
optionsCopy,
optionsCopy
);
} else {
result = babelCore.transformSync(result.code, optionsCopy);
Expand Down

0 comments on commit 614d416

Please sign in to comment.