File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ delete require.cache[aId];
1212// require module again, it should be reexecuted
1313var a2 = require (" ./a" );
1414
15- // vertify it
15+ // verify it
1616if (a == a2) throw new Error (" Cache clear failed :(" );
1717```
1818
@@ -123,7 +123,7 @@ delete __webpack_require__.c[aId];
123123// require module again, it should be reexecuted
124124var a2 = __webpack_require__ (/* ! ./a */ 1 );
125125
126- // vertify it
126+ // verify it
127127if (a == a2) throw new Error (" Cache clear failed :(" );
128128
129129/** */ }),
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ delete require.cache[aId];
99// require module again, it should be reexecuted
1010var a2 = require ( "./a" ) ;
1111
12- // vertify it
12+ // verify it
1313if ( a == a2 ) throw new Error ( "Cache clear failed :(" ) ;
You can’t perform that action at this time.
0 commit comments