lib: remove an unused variable
PR-URL: https://github.com/nodejs/node/pull/23482 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
7b3f14a640
commit
5799f41c93
@ -632,7 +632,9 @@
|
|||||||
const { kExpandStackSymbol } = NativeModule.require('internal/util');
|
const { kExpandStackSymbol } = NativeModule.require('internal/util');
|
||||||
if (typeof er[kExpandStackSymbol] === 'function')
|
if (typeof er[kExpandStackSymbol] === 'function')
|
||||||
er[kExpandStackSymbol]();
|
er[kExpandStackSymbol]();
|
||||||
} catch (er) {}
|
} catch {
|
||||||
|
// Nothing to be done about it at this point.
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user