diff --git a/src/types/Transform.ts b/src/types/Transform.ts index 5ede0f0e..8c73038e 100644 --- a/src/types/Transform.ts +++ b/src/types/Transform.ts @@ -389,7 +389,7 @@ export class TransformKind { const jsonRes = serializer.parse(this.data); if (!jsonRes || !jsonRes.WriteAccount) { - throw new Error(`Error parsing as DeployInfo`); + throw new Error(`Error parsing as WriteAccount`); } return jsonRes.WriteAccount;