Skip to content

Update Dir.swift#246

Open
0x973 wants to merge 1 commit intoPerfectlySoft:masterfrom
0x973:master
Open

Update Dir.swift#246
0x973 wants to merge 1 commit intoPerfectlySoft:masterfrom
0x973:master

Conversation

@0x973
Copy link

@0x973 0x973 commented Feb 28, 2018

fix empty path bug.
example:
print(Dir("").exists) // true
after fix:
print(Dir("").exists) // false

fix empty path bug.
example:
print(Dir("").exists) // true
fix:
print(Dir("").exists) // false
@CLAassistant
Copy link

CLAassistant commented Feb 28, 2018

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants