Module:ErrorHandling: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 1: | Line 1: | ||
-- Module:ErrorHandling | -- Module:ErrorHandling | ||
-- A centralized error handling system for templates that provides error tracking, | -- A centralized error handling system for templates that provides error tracking, reporting, and graceful failure recovery. It formats errors as data attributes for the debug monitor to display in the browser console. | ||
local ErrorHandling = {} | local ErrorHandling = {} | ||