Skip to content

Commit da5b51c

Browse files
committed
fixed hot error handler test case
1 parent eb02ef1 commit da5b51c

File tree

1 file changed

+4
-4
lines changed
  • test/cases/parsing/hot-error-handler

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
if(module.hot) {
2-
it("should parse a self accept with error handler", function() {
1+
it("should parse a self accept with error handler", function() {
2+
if(module.hot) {
33
module.hot.accept(function(err) {
44

55
});
6-
});
7-
}
6+
}
7+
});

0 commit comments

Comments
 (0)