mirror of https://github.com/webpack/webpack.git
fixed hot error handler test case
This commit is contained in:
parent
eb02ef1e94
commit
da5b51cb00
|
@ -1,7 +1,7 @@
|
||||||
if(module.hot) {
|
it("should parse a self accept with error handler", function() {
|
||||||
it("should parse a self accept with error handler", function() {
|
if(module.hot) {
|
||||||
module.hot.accept(function(err) {
|
module.hot.accept(function(err) {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
}
|
});
|
Loading…
Reference in New Issue