mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
refactor: Omit unused exception arguments from catch blocks (#8559)
Fixes #1770.
This commit is contained in:
committed by
GitHub
parent
724828f689
commit
2409123d66
@@ -699,7 +699,7 @@ function buildAdvancedCompilationTest() {
|
||||
// a later browser-based test won't check it should the compile fail.
|
||||
try {
|
||||
fs.unlinkSync('./tests/compile/main_compressed.js');
|
||||
} catch (_e) {
|
||||
} catch {
|
||||
// Probably it didn't exist.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user