Skip to content

Commit 821703f

Browse files
committed
minor
1 parent ab7964b commit 821703f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/es6/no-empty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ const data = {};
88

99
try {
1010
client.emit(`message`, JSON.stringify(data));
11-
} catch (ignore) {
11+
} catch (e) {
1212
// ignore it
1313
}

0 commit comments

Comments
 (0)