Skip to content

Commit fb7c1b3

Browse files
cjihrigtargos
authored andcommitted
v8_prof_polyfill: remove unused catch bindings
PR-URL: #24079 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Wyatt Preul <wpreul@gmail.com>
1 parent 4dbcf7a commit fb7c1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/v8_prof_polyfill.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function macCppfiltNm(out) {
140140
filtered = cp.spawnSync('c++filt', [ '-p' , '-i' ], {
141141
input: entries.join('\n')
142142
}).stdout.toString();
143-
} catch (e) {
143+
} catch {
144144
return out;
145145
}
146146

0 commit comments

Comments
 (0)