mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
Having the trailing / in the directory treeview is cruft
I wanted to remove the trailing / in the tree view. However, I have no idea if this breaks other stuff? @nathansobo @probablycorey
This commit is contained in:
@@ -10,7 +10,7 @@ class Directory
|
||||
constructor: (@path) ->
|
||||
|
||||
getBaseName: ->
|
||||
fs.base(@path) + '/'
|
||||
fs.base(@path)
|
||||
|
||||
getPath: -> @path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user