We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04917d7 commit c9bb7b7Copy full SHA for c9bb7b7
lib/NormalModule.js
@@ -267,7 +267,7 @@ class NormalModule extends Module {
267
}
268
269
markModuleAsErrored(error) {
270
- // Restore build meta from successfull build to keep importing state
+ // Restore build meta from successful build to keep importing state
271
this.buildMeta = Object.assign({}, this._lastSuccessfulBuildMeta);
272
273
this.error = error;
0 commit comments