diff options
author | Fabio B <kandinsky454@protonmail.ch> | 2018-12-19 22:57:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 22:57:19 +0800 |
commit | e886ef8c4b3d5f97fca6eb6decf3273fb401222d (patch) | |
tree | 2395b7a7c2c225785f11360e44c9be62d5809aef /packages/sol-compiler/src/utils | |
parent | 86a9375d047f78981ffba74d24543184b8ea089a (diff) | |
download | dexon-sol-tools-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar dexon-sol-tools-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.gz dexon-sol-tools-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.bz2 dexon-sol-tools-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.lz dexon-sol-tools-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.xz dexon-sol-tools-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.zst dexon-sol-tools-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.zip |
Update packages/sol-compiler/src/utils/compiler.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
Diffstat (limited to 'packages/sol-compiler/src/utils')
-rw-r--r-- | packages/sol-compiler/src/utils/compiler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-compiler/src/utils/compiler.ts b/packages/sol-compiler/src/utils/compiler.ts index 486d8bedd..db308f2b5 100644 --- a/packages/sol-compiler/src/utils/compiler.ts +++ b/packages/sol-compiler/src/utils/compiler.ts @@ -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" |