Fix typo
This commit is contained in:
parent
0be6fd7abe
commit
4155590cd8
@ -267,7 +267,7 @@ export default class File {
|
||||
|
||||
// validate Transformer instance
|
||||
if (!plugin.buildPass || plugin.constructor.name !== "Transformer") {
|
||||
throw new TypeError(`Plugin ${JSON.stringify(name)} didn't export default a Transformer instance`);
|
||||
throw new TypeError(`Plugin ${JSON.stringify(name)} didn't export a default Transformer instance`);
|
||||
}
|
||||
|
||||
// build!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user