Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit bb663e2

Browse files
committed
fix eslint gripe
1 parent 8bf7948 commit bb663e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585

8686
// Check for proper warnings and errors from stdout
8787
if (info.length > 0) {
88-
info.forEach(function (issue) {
88+
info.forEach((issue) => {
8989
toReturn.push({
9090
severity: issue.kind,
9191
excerpt: issue.message,

0 commit comments

Comments
 (0)