mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Fix function name to be consistent with convention
This commit is contained in:
@@ -14,9 +14,9 @@ class AtomPortable
|
||||
return false if not fs.existsSync(@getPortableAtomHomePath())
|
||||
# currently checking only that the directory exists and is writable,
|
||||
# probably want to do some integrity checks on contents in future
|
||||
@portableAtomHomePathWritable(defaultHome)
|
||||
@isPortableAtomHomePathWritable(defaultHome)
|
||||
|
||||
@portableAtomHomePathWritable: (defaultHome) ->
|
||||
@isPortableAtomHomePathWritable: (defaultHome) ->
|
||||
writable = false
|
||||
message = ""
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user