diff options
-rw-r--r-- | lib/internal/v8_prof_polyfill.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/v8_prof_polyfill.js b/lib/internal/v8_prof_polyfill.js index 43ccc0e5d8..59e1b8947e 100644 --- a/lib/internal/v8_prof_polyfill.js +++ b/lib/internal/v8_prof_polyfill.js @@ -140,7 +140,7 @@ function macCppfiltNm(out) { filtered = cp.spawnSync('c++filt', [ '-p' , '-i' ], { input: entries.join('\n') }).stdout.toString(); - } catch (e) { + } catch { return out; } |