Don't use pure number as host name.
Numbers would be treated as IP addresses.
This commit is contained in:
parent
b80f109524
commit
fe96a9de33
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ hostPathMap = {}
|
|||
hostPathMapNextKey = 0
|
||||
|
||||
getHostForPath = (path) ->
|
||||
key = "#{++hostPathMapNextKey}"
|
||||
key = "extension-#{hostPathMapNextKey}"
|
||||
hostPathMap[key] = path
|
||||
key
|
||||
|
||||
|
|
Loading…
Reference in a new issue