Improve error message

This commit is contained in:
Leonid Logvinov
2017-12-05 17:11:35 +03:00
parent c53d195ed0
commit 32568ebf09

View File

@@ -31,7 +31,7 @@ export const utils = {
return tsType;
}
}
throw new Error(`Unknown type ${solType}`);
throw new Error(`Unknown Solidity type found: ${solType}`);
}
},
log(...args: any[]): void {