aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/cli.ts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-08-14 05:17:05 +0800
committerGitHub <noreply@github.com>2018-08-14 05:17:05 +0800
commit25a8554be1550e00fba023fd56a3a6e181888e81 (patch)
treeba2a4a40fdc0f59983e314dfce600c5e1006ae7d /packages/sol-compiler/src/cli.ts
parentcd76c129da0026527a03707e54d90a63325a9fea (diff)
downloaddexon-sol-tools-25a8554be1550e00fba023fd56a3a6e181888e81.tar
dexon-sol-tools-25a8554be1550e00fba023fd56a3a6e181888e81.tar.gz
dexon-sol-tools-25a8554be1550e00fba023fd56a3a6e181888e81.tar.bz2
dexon-sol-tools-25a8554be1550e00fba023fd56a3a6e181888e81.tar.lz
dexon-sol-tools-25a8554be1550e00fba023fd56a3a6e181888e81.tar.xz
dexon-sol-tools-25a8554be1550e00fba023fd56a3a6e181888e81.tar.zst
dexon-sol-tools-25a8554be1550e00fba023fd56a3a6e181888e81.zip
fix(sol-compiler, sol-resolver): Bug where sol-resolver tried to read a directory (#961)
fix(sol-compiler, sol-resolver): Fix bug where sol-resolver tried to read a directory
Diffstat (limited to 'packages/sol-compiler/src/cli.ts')
-rw-r--r--packages/sol-compiler/src/cli.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sol-compiler/src/cli.ts b/packages/sol-compiler/src/cli.ts
index 8901c0a31..83dadc7ca 100644
--- a/packages/sol-compiler/src/cli.ts
+++ b/packages/sol-compiler/src/cli.ts
@@ -3,6 +3,7 @@
import { logUtils } from '@0xproject/utils';
import * as _ from 'lodash';
+import 'source-map-support/register';
import * as yargs from 'yargs';
import { Compiler } from './compiler';