exporting wrapCallSite directly for other components to be used

This commit is contained in:
Manuel Schneider 2014-02-04 01:25:01 +01:00
parent e7b02406fd
commit 076eb22176

View File

@ -218,6 +218,8 @@ function handleUncaughtExceptions(error) {
process.exit();
}
exports.wrapCallSite = wrapCallSite;
exports.install = function(options) {
if (!alreadyInstalled) {
alreadyInstalled = true;