mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
Merge pull request #18997 from IAMtheIAM/patch-1
fix typo in webpack-tests.ts
This commit is contained in:
@@ -611,7 +611,7 @@ function loader(this: webpack.loader.LoaderContext, source: string, sourcemap: s
|
||||
|
||||
this.resolve('context', 'request', ( err: Error, result: string) => {});
|
||||
|
||||
this.emitError('wraning');
|
||||
this.emitError('warning');
|
||||
|
||||
this.callback(null, source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user