Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fenghaitao committed Feb 21, 2012
1 parent 528092d commit 23e971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weinre.server/lib/cli.coffee
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 23e971f

Please sign in to comment.