Page MenuHomePhabricator

Try `nodejs` before `node` when starting notification server
ClosedPublic

Authored by epriestley on Jun 7 2014, 8:14 PM.
Tags
None
Referenced Files
F15486750: D9419.diff
Thu, Apr 10, 9:26 AM
F15484259: D9419.id22494.diff
Wed, Apr 9, 5:17 PM
F15454588: D9419.diff
Sat, Mar 29, 7:11 PM
F15393214: D9419.id22494.diff
Sat, Mar 15, 8:26 PM
F15383463: D9419.id22494.diff
Fri, Mar 14, 4:48 PM
F15376562: D9419.diff
Mar 13 2025, 4:33 AM
F15367503: D9419.id22493.diff
Mar 11 2025, 6:54 PM
Unknown Object (File)
Feb 9 2025, 1:23 PM
Subscribers

Details

Summary

Fixes T5278. This isn't completely perfect (if you have the other node binary, it will fail to detect that it's wrong) but we can maybe wait for that to happen and devise some kind of "is this binary really node?" test if users actually hit it.

Test Plan

Faked things, hit the error; unfaked them and hit the normal flow.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Try `nodejs` before `node` when starting notification server.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: joshuaspence.
  • Remove "\$" from single-quoted string.
This revision is now accepted and ready to land.Jun 7 2014, 8:54 PM
epriestley updated this revision to Diff 22498.

Closed by commit rP39ca090d154b (authored by @epriestley).