pull/3094/head
Grandschtroumpf 6 years ago committed by yann300
parent fd799cc392
commit d8368705c1
  1. 2
      src/app/tabs/test-tab.js

@ -105,7 +105,7 @@ module.exports = class TestTab {
}
cb(null, tests)
})
.catch(err => cb(error))
.catch(err => cb(err))
}
self._deps.filePanel.event.register('newTestFileCreated', file => {

Loading…
Cancel
Save