minor - fix whitespace and formatting
This commit is contained in:
parent
6243e0fe23
commit
72af73400a
|
@ -252,7 +252,7 @@ var gc = global.gc;
|
|||
// if we handled an error, then make sure any ticks get processed
|
||||
process._needTickCallback();
|
||||
}
|
||||
|
||||
|
||||
return caught;
|
||||
};
|
||||
|
||||
|
|
|
@ -643,7 +643,7 @@ exports._usingDomains = function() {
|
|||
}, process.domain)
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Object.defineProperty(exports, 'domain', {
|
||||
enumerable : true,
|
||||
|
|
Loading…
Reference in New Issue