pull/4924/head
yann300 5 months ago committed by Aniket
parent 21b79c931a
commit 9485494596
  1. 2
      apps/remix-ide/src/app/files/dgitProvider.ts

@ -455,7 +455,7 @@ class DGitProvider extends Plugin {
this.emit('clone')
this.call('fileManager', 'hasGitSubmodules').then((submodules) => {
if (submodules) {
this.call('terminal', 'log', { type: 'warn', value: 'This repository has submodules. Please update submodules to pull all the dependencies.'})
this.call('terminal', 'log', { type: 'warn', value: 'This repository has submodules. Please update submodules to pull all the dependencies.' })
this.emit('repositoryWithSubmodulesCloned')
}
})

Loading…
Cancel
Save