Skip to content

Commit 33f41f7

Browse files
committed
Fix utils.js linter error
1 parent 972d158 commit 33f41f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
} else {
5252
reject({
5353
exitCode: exitCode,
54-
stderr: stderr
54+
stderr: stderr
5555
});
5656
}
5757
});

0 commit comments

Comments
 (0)