fixed hot error handler test case

This commit is contained in:
Tobias Koppers 2014-08-14 10:24:27 +02:00
parent eb02ef1e94
commit da5b51cb00
1 changed files with 4 additions and 4 deletions

View File

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