solidity-protobuf
solidity-protobuf copied to clipboard
fix: check for location when extracting npm path
resolves null error when calling gen_runtime=ProtoBufRuntime.sol instead of gen_runtime=./ProtoBufRuntime.sol
i used location.StartsWith and it worked too.