Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Files core fix #204

Merged
merged 6 commits into from May 9, 2016
Merged

Files core fix #204

merged 6 commits into from May 9, 2016

Conversation

dignifiedquire
Copy link
Member

Rebased onto latest mater and code review fixes for #197

cc @diasdavid @nginnever

@jbenet jbenet added the status/in-progress In progress label May 9, 2016
s = fs.statSync(process.cwd())
if (s.isDirectory()) {
throw new Error('Error: ' + process.cwd() + ' is a directory, use the \'-r\' flag to specify directories')
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't process.cwd() (current working directory) always be a directory?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah

@daviddias
Copy link
Member

Seems that we need to give a lil bit more time before calling swarm close here, circle-ci is failing

@dignifiedquire dignifiedquire merged commit d329092 into master May 9, 2016
@dignifiedquire dignifiedquire deleted the files-core-fix branch May 9, 2016 12:42
@jbenet jbenet removed the status/in-progress In progress label May 9, 2016
@nginnever nginnever mentioned this pull request May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants