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

Make "No such file or directory" errors more descriptive #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 1, 2017

  1. Make "No such file or directory" errors more descriptive

    Previously, "No such file or directory" errors would point to this line in this file, i.e.
    `fileError(2, "No such file or directory /Users/[redacted]/Desktop/Programming/Swift/Perfect/[redacted]/Core/.build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib/File.swift open(_:permissions:) 245")`
    This change will replace that error with:
    `fileError(2, "No such file or directory /Users/[redacted]/Desktop/Programming/Swift/Perfect/[redacted]/log/log.log open(_:permissions:) 244")`
    thislooksfun authored Jul 1, 2017
    Configuration menu
    Copy the full SHA
    39518ed View commit details
    Browse the repository at this point in the history