Files
meteor/tools/tests
Emily Stark 6041122944 Exit immediately if --parent-pid doesn't look like an integer.
If you pass "--parent-pid foobar", then we immediately log an error
message and exit. This check happens via `parseInt` rather than testing
for exceptions in `process.kill(parentPid, 0)` because `process.kill`
converts its pid argument to an integer, so `process.kill('foobar', 0)`
returns true just as `process.kill(0, 0)` does.
2014-09-26 14:01:19 -07:00
..
2014-06-25 17:33:55 -07:00
2014-09-24 18:29:33 -07:00
2014-06-24 16:49:19 -07:00
2014-03-14 18:50:48 -07:00
2014-08-20 21:19:50 -07:00
2014-08-21 19:37:23 -07:00
2014-08-27 19:36:57 -07:00
2014-06-26 17:32:17 -07:00
2014-09-11 15:31:02 -07:00
2014-08-24 18:46:37 -07:00
2014-05-28 19:05:27 -07:00