Closed jonasws closed 7 years ago
Probably an innocent, yet still annoying error. When disabling the package, it throws an error, as it tries to call:
@provider.registration.dispose()
in main.coffee
which is not defined. Probably changing it to:
@provider.dispose()
will fix the problem.
Probably an innocent, yet still annoying error. When disabling the package, it throws an error, as it tries to call:
in main.coffee
which is not defined. Probably changing it to:
will fix the problem.