Update openFile.ts

pull/2774/head
bunsenstraat 3 years ago committed by GitHub
parent 69129af38f
commit cb70e73844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/remix-ide-e2e/src/commands/openFile.ts

@ -5,7 +5,6 @@ class OpenFile extends EventEmitter {
command (this: NightwatchBrowser, name: string) {
this.api.perform((done) => {
openFile(this.api, name, () => {
console.log('doing done')
done()
this.emit('complete')
})

Loading…
Cancel
Save