Unverified Commit b40a8efa authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #117 from ethereum/dontThrowError

Log and continue instead of throwing
parents 1c921057 a8bb29b1
...@@ -236,7 +236,7 @@ function isRealPath (path: string): boolean { ...@@ -236,7 +236,7 @@ function isRealPath (path: string): boolean {
if (!isRealPath) { if (!isRealPath) {
console.log('\x1b[33m%s\x1b[0m', mes) console.log('\x1b[33m%s\x1b[0m', mes)
throw new Error(mes) // throw new Error(mes)
} }
return isRealPath return isRealPath
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment