Skip to content

Commit

Permalink
Fix issue pharo-vcs#1064
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Nov 5, 2018
1 parent 73d7e57 commit 0528b25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
private
ensureDirectoryNamed: aName inNode: aNode

| newNode |
aNode childAt: aName ifPresent: [ :node |
self assert: node value isDirectoryDefinition.
^ node ].
Expand Down

0 comments on commit 0528b25

Please sign in to comment.