Depreciation -> Deprecation
This commit is contained in:
parent
b13081691e
commit
6ec2f877c2
@ -420,7 +420,7 @@ static Handle<Value> Loop(const Arguments& args) {
|
||||
}
|
||||
|
||||
static Handle<Value> Unloop(const Arguments& args) {
|
||||
fprintf(stderr, "Node.js Depreciation: Don't use process.unloop(). It will be removed soon.\n");
|
||||
fprintf(stderr, "Deprecation: Don't use process.unloop(). It will be removed soon.\n");
|
||||
HandleScope scope;
|
||||
int how = EVUNLOOP_ONE;
|
||||
if (args[0]->IsString()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user