Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into ssvertriage

pull/1007/head
Ryan Tharp 5 years ago
commit a364fd6f78

@ -434,8 +434,7 @@ Promise.prototype.ignore = function() {
if (
config.environment.includes('test') &&
!config.environment === 'swarm-testing1' &&
!config.environment === 'swarm-testing2'
!config.environment.includes('swarm-testing')
) {
const isWindows = process.platform === 'win32';
/* eslint-disable global-require, import/no-extraneous-dependencies */

Loading…
Cancel
Save