Used string template where it made sense.

This commit is contained in:
Michael George Attard
2017-10-26 21:27:57 +02:00
parent 7351133542
commit 424d171656
3 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,8 @@ const electron = require('electron')
const config = require('../config')
const log = require('./log')
const ANNOUNCEMENT_URL = `${config.ANNOUNCEMENT_URL}?version=${config.APP_VERSION}&platform=${process.platform}`;
const ANNOUNCEMENT_URL =
`${config.ANNOUNCEMENT_URL}?version=${config.APP_VERSION}&platform=${process.platform}`
/**
* In certain situations, the WebTorrent team may need to show an announcement to