mirror of https://github.com/webpack/webpack.git
spelling: verify
This commit is contained in:
parent
581069bb56
commit
dded403558
|
|
@ -12,7 +12,7 @@ delete require.cache[aId];
|
|||
// require module again, it should be reexecuted
|
||||
var a2 = require("./a");
|
||||
|
||||
// vertify it
|
||||
// verify it
|
||||
if(a == a2) throw new Error("Cache clear failed :(");
|
||||
```
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ delete __webpack_require__.c[aId];
|
|||
// require module again, it should be reexecuted
|
||||
var a2 = __webpack_require__(/*! ./a */ 1);
|
||||
|
||||
// vertify it
|
||||
// verify it
|
||||
if(a == a2) throw new Error("Cache clear failed :(");
|
||||
|
||||
/***/ }),
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ delete require.cache[aId];
|
|||
// require module again, it should be reexecuted
|
||||
var a2 = require("./a");
|
||||
|
||||
// vertify it
|
||||
// verify it
|
||||
if(a == a2) throw new Error("Cache clear failed :(");
|
||||
Loading…
Reference in New Issue