Update packages/sol-compiler/src/utils/compiler.ts

Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
This commit is contained in:
Fabio B 2018-12-19 15:57:19 +01:00 committed by GitHub
parent 86a9375d04
commit e886ef8c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ function recursivelyGatherDependencySources(
}
let importPath = importPathMatches[1];
// HACK(ablrow): We have, e.g.:
// HACK(albrow): We have, e.g.:
//
// importPath = "../../utils/LibBytes/LibBytes.sol"
// contractPath = "2.0.0/protocol/AssetProxyOwner/AssetProxyOwner.sol"