Skip to content

Commit 08456a2

Browse files
authored
Merge pull request #14724 from faergeek/make-error-handler-parameter-optional
Make errorHandler optional in accept(self)
2 parents 2291de5 + 4e135a4 commit 08456a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ declare namespace webpack {
104104
) => void
105105
): void;
106106
(
107-
errorHandler: (
107+
errorHandler?: (
108108
err: Error,
109109
ids: { moduleId: string | number; module: NodeJS.Module }
110110
) => void

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy