Unverified Commit 0a064930 authored by David Disu's avatar David Disu Committed by GitHub

Update remixd modal (#971)

parent 4d180a48
......@@ -64,7 +64,7 @@ export class RemixdHandle extends WebsocketPlugin {
if (error) {
console.log(error)
modalDialogCustom.alert(
'Cannot connect to the remixd daemon.' +
'Cannot connect to the remixd daemon. ' +
'Please make sure you have the remixd running in the background.'
)
this.canceled()
......@@ -74,7 +74,7 @@ export class RemixdHandle extends WebsocketPlugin {
clearInterval(intervalId)
console.log(error)
modalDialogCustom.alert(
'Connection to remixd terminated' +
'Connection to remixd terminated. ' +
'Please make sure remixd is still running in the background.'
)
this.canceled()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment