Skip to content

Commit 377cbaf

Browse files
author
Stefania
committed
fixed conflict
1 parent 12bd9b6 commit 377cbaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/socket-daemon.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,11 @@ export default class SocketDaemon {
135135
if (r.response.url.indexOf(PROTOCOL.HTTPS) === 0) {
136136
this.selectedProtocol = PROTOCOL.HTTPS;
137137
}
138-
<<<<<<< HEAD
139138
else {
140139
// Protocol http, force 127.0.0.1 for old agent versions too
141140
this.agentInfo[this.selectedProtocol] = this.agentInfo[this.selectedProtocol].replace('localhost', '127.0.0.1');
142141
}
143-
=======
144142
this.readerWriter.initPluginUrl(this.agentInfo[this.selectedProtocol]);
145-
>>>>>>> 93943b354033c52810ae98200bee481ba5eef5d9
146143
return true;
147144
}
148145
return false;

0 commit comments

Comments
 (0)