mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:53:23 +02:00
Updated almost all dependencies.
Socket.io' has-binary PR finally got merged so updating to the latest version.
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = syrup.serial()
|
||||
)
|
||||
|
||||
plugin.publicPort = options.ports.pop()
|
||||
plugin.publicUrl = _.template(options.screenWsUrlPattern, {
|
||||
plugin.publicUrl = _.template(options.screenWsUrlPattern)({
|
||||
publicIp: options.publicIp
|
||||
, publicPort: plugin.publicPort
|
||||
, privatePort: plugin.privatePort
|
||||
|
||||
Reference in New Issue
Block a user