Skip to content

Commit 7e6b5df

Browse files
author
Eli Stone
committed
Fixed issues #325 - incoming CoffeeScript upgrade
1 parent fbe4de0 commit 7e6b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/host.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Host
1111
for k, v of settings
1212
this[k] = v
1313
catch err
14-
console.log "load #{configPath}, #{err}"
14+
console.log "load #{@configPath}, #{err}"
1515

1616
@port?= ""
1717
@port = @port.toString()

0 commit comments

Comments
 (0)