Mailspring/spec/fixtures/packages/package-that-throws-on-deactivate/index.coffee
2015-10-01 21:39:44 -07:00

5 lines
93 B
CoffeeScript

module.exports =
activate: ->
deactivate: -> throw new Error('Top that')
serialize: ->