Merge pull request #18997 from IAMtheIAM/patch-1

fix typo in webpack-tests.ts
This commit is contained in:
Daniel Rosenwasser
2017-08-16 22:15:53 -07:00
committed by GitHub

View File

@@ -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);
}