@travetto/compiler
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -36,4 +36,4 @@ { | ||
}, | ||
"version": "0.3.13", | ||
"gitHead": "4258316595c2c3c7a5096a37509a8d7aa0fe50bc" | ||
"version": "0.3.14", | ||
"gitHead": "110f4dfcdb3c379d44f83fc4c6cf97adc2613c1c" | ||
} |
@@ -52,3 +52,3 @@ import * as fs from 'fs'; | ||
if (Env.dev || Env.e2e) { // If attempting to load an optional require | ||
if (Env.watch) { // If attempting to load an optional require | ||
console.error(msg); | ||
@@ -55,0 +55,0 @@ console.error(`Unable to import ${fileName}, stubbing out`); |
50457