exporting wrapCallSite directly for other components to be used
This commit is contained in:
parent
e7b02406fd
commit
076eb22176
@ -218,6 +218,8 @@ function handleUncaughtExceptions(error) {
|
||||
process.exit();
|
||||
}
|
||||
|
||||
exports.wrapCallSite = wrapCallSite;
|
||||
|
||||
exports.install = function(options) {
|
||||
if (!alreadyInstalled) {
|
||||
alreadyInstalled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user