mirror of https://github.com/webpack/webpack.git
Make errorHandler optional in accept(self)
This commit is contained in:
parent
81f6c5b61c
commit
4e135a4a04
|
@ -104,7 +104,7 @@ declare namespace webpack {
|
|||
) => void
|
||||
): void;
|
||||
(
|
||||
errorHandler: (
|
||||
errorHandler?: (
|
||||
err: Error,
|
||||
ids: { moduleId: string | number; module: NodeJS.Module }
|
||||
) => void
|
||||
|
|
Loading…
Reference in New Issue