diff --git a/src/6to5.coffee b/src/6to5.coffee index d560b6771..448e47da5 100644 --- a/src/6to5.coffee +++ b/src/6to5.coffee @@ -122,9 +122,6 @@ transpile = (sourceCode, filePath, cachePath) -> try fs.writeFileSync(cachePath, js) - catch error - console.error('Error writing to cache at %s: %o', cachePath, error) - throw error js