Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed use of System.Environment.Exit #129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2022

  1. Update Harvest.cs

    Removed System.Environment.Exit(0); and replaced with return;  This allows you to run monitor or harvest mode inline (non sacrificial process) without it killing your process.
    anthemtotheego authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0953246 View commit details
    Browse the repository at this point in the history
  2. Update Helpers.cs

    Replaced System.Environment.Exit(1); with return null;  This will prevent the process from being killed if ran inline (in a non sacrificial process).
    anthemtotheego authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    46b9d96 View commit details
    Browse the repository at this point in the history