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

Fixes #2200 making the delete primitive not die. #2201

Merged
merged 1 commit into from
Dec 23, 2017

Commits on Dec 23, 2017

  1. Fixes KSP-KOS#2200 making the delete primitive not die.

    Previously - the harddisk volume delete primitive would die
    with null ref when the path doesn't exist.  The problem
    only happened on the local volume (archive didn't have the
    same bug).
    
    Now - it returns false like the archive version does.
    Dunbaratu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    b46e03d View commit details
    Browse the repository at this point in the history