Ticket #1236 (closed enhancement: fixed)

Opened 20 months ago

Last modified 19 months ago

loadPlugins should not swallow exceptions

Reported by: FND Owned by: MartinBudden
Priority: major Milestone: 2.6.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

When encountering an exception during plugin evaluation, TiddlyWiki swallows the exception, merely reporting the error message in the PluginManager?.

This can be a great nuisance for plugin authors due to the lack of details in the error message.

Change History

Changed 20 months ago by FND

  • owner changed from JeremyRuston to MartinBudden
  • priority changed from undefined to major
  • severity changed from undefined to low

changeset:12245 exposes the exception object for inspection

This has been tested with Firefox/Firebug and Google Chrome - the latter only provides a string for the exception object rather than an actual object

reassigning for review

Changed 19 months ago by FND

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.