Skip to content

Commit 32749f4

Browse files
committed
Address comments
1 parent 1342eea commit 32749f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ try {
309309
}
310310
return value;
311311
});
312-
} catch (e) {
312+
} catch {
313313
// Context parameter not supported, will use regex fallback
314314
isContextSupported = false;
315315
}

0 commit comments

Comments
 (0)