David Disu 4 years ago committed by GitHub
parent 4d180a4858
commit 0a0649307e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/remix-ide/src/app/files/remixd-handle.js

@ -64,7 +64,7 @@ export class RemixdHandle extends WebsocketPlugin {
if (error) { if (error) {
console.log(error) console.log(error)
modalDialogCustom.alert( 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.' 'Please make sure you have the remixd running in the background.'
) )
this.canceled() this.canceled()
@ -74,7 +74,7 @@ export class RemixdHandle extends WebsocketPlugin {
clearInterval(intervalId) clearInterval(intervalId)
console.log(error) console.log(error)
modalDialogCustom.alert( modalDialogCustom.alert(
'Connection to remixd terminated' + 'Connection to remixd terminated. ' +
'Please make sure remixd is still running in the background.' 'Please make sure remixd is still running in the background.'
) )
this.canceled() this.canceled()

Loading…
Cancel
Save