Merge d3c2d4e6bf into 13c5c84688
This commit is contained in:
commit
d09753aa66
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ saveAs = (filePath) ->
|
|||
|
||||
getFullPath = (filePath) ->
|
||||
return filePath if path.isAbsolute(filePath)
|
||||
return path.join(atom.project.getPath(), filePath)
|
||||
return path.join(atom.project.getPaths()[0], filePath)
|
||||
|
||||
replaceGroups = (groups, replString) ->
|
||||
arr = replString.split('')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue