This commit is contained in:
Jasper v. B 2015-07-01 04:14:23 +00:00
commit d09753aa66

View file

@ -37,7 +37,7 @@ saveAs = (filePath) ->
getFullPath = (filePath) -> getFullPath = (filePath) ->
return filePath if path.isAbsolute(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) -> replaceGroups = (groups, replString) ->
arr = replString.split('') arr = replString.split('')