Skip to content

Commit 83f6711

Browse files
committed
Remove accidental trailing comma.
1 parent 239adce commit 83f6711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ try {
1919
if (/^6\./.test(babel.version)) {
2020
throw new Error(
2121
"\n babel-loader@8 will not work with the '@babel/core@6' bridge package. " +
22-
"If you want to use Babel 6.x, install 'babel-loader@7'.",
22+
"If you want to use Babel 6.x, install 'babel-loader@7'."
2323
);
2424
}
2525

0 commit comments

Comments
 (0)