pull/2729/head
bunsenstraat 2 years ago committed by Aniket
parent 42059fb24f
commit ad1688ff22
  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