Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ova-weinre into issue-266
  • Loading branch information
pmuellr committed Feb 21, 2012
2 parents 4eae8a1 + 23e971f commit 309e7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weinre.server/lib/cli.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ getDotWeinreServerProperties = () ->
properties = {}

fileName = replaceTilde '~/.weinre/server.properties'
return options if !path.existsSync(fileName)
return properties if !path.existsSync(fileName)

contents = fs.readFileSync(fileName, 'utf8')
lines = contents.split('\n')
Expand Down

0 comments on commit 309e7e4

Please sign in to comment.