Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ reportError
Function
reportError
lib/hmr/HotModuleReplacement.runtime.js:489–491 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
487
* @returns {void}
488
*/
489
var
reportError =
function
(err) {
490
if
(!error) error = err;
491
};
492
493
/** @
type
{ModuleId[]} */
494
var
outdatedModules = [];
Callers
2
applyHandler
Function · 0.70
onAccepted
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected