diff --git a/src/JasperFx.RuntimeCompiler/CodeFileExtensions.cs b/src/JasperFx.RuntimeCompiler/CodeFileExtensions.cs index 386fa1c..bcb9b65 100644 --- a/src/JasperFx.RuntimeCompiler/CodeFileExtensions.cs +++ b/src/JasperFx.RuntimeCompiler/CodeFileExtensions.cs @@ -145,9 +145,9 @@ public static void WriteCodeFile(this ICodeFile file, ICodeFileCollection parent } catch (Exception e) { - Console.WriteLine("Unable to write code file"); + Console.WriteLine("Unable to write code file for " + file.FileName); Console.WriteLine(e.ToString()); } } } -} \ No newline at end of file +}