LearnBoost / up

Zero-downtime reloads and requests load balancer based on distribute.
540 stars 73 forks source link

process.title on OSX #44

Open gjohnson opened 12 years ago

gjohnson commented 12 years ago

The assertion for process.title actually fails now in node-v0.8.x. Apparently since it OSX technically always ignored the setting, node does the same and no longer set its in memory either.

Not sure whats worse, axe the assertion or do some OS sniffing in the test lol?

rauchg commented 12 years ago

sniffing in the test.

rauchg commented 12 years ago

I care about process.title only for deployments really.