Skip to content

Commit e486b41

Browse files
committed
Fix lint issue.
1 parent 5348d81 commit e486b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function runMocha(state) {
138138
let pretty = null;
139139
try {
140140
pretty = JSON.stringify(obj, null, 2);
141-
} catch(e) {
141+
} catch {
142142
// we need to remove circular references from the json
143143
// in order to pretty print with JSON.stringify
144144
pretty = JSON.stringify(cycle.decycle(obj), null, 2);

0 commit comments

Comments
 (0)