Skip to content

Commit

Permalink
Documentation clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Jun 22, 2021
1 parent 1df0098 commit e54bc29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions adapter/src/hermes/adapter/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ const char* kAdapterBypassMode = "BYPASS";
const char* kAdapterScratchMode = "SCRATCH";

/**
* If the \c HERMES_STOP_DAEMON environment variable is zero (\c 0), the adapter
* client will kill the running Hermes daemon when it finishes execution.
* If the \c HERMES_STOP_DAEMON environment variable is unset or has a non-zero
* value, the adapter client will kill the running Hermes daemon when it
* finishes execution.
*
* Default value: \c 1
*/
Expand Down

0 comments on commit e54bc29

Please sign in to comment.