Skip to content

Commit a02eeb4

Browse files
committed
Merge pull request #70 from mandrek44/JsxTransformerException
JsxTransformer exception now includes whole inner exception, not only message
2 parents 6264564 + 152ccc1 commit a02eeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React/JsxTransformer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public virtual JavaScriptWithSourceMap TransformJsxFileWithSourceMap(
140140
"In file \"{0}\": {1}",
141141
filename,
142142
ex.Message
143-
));
143+
), ex);
144144
}
145145
}
146146

0 commit comments

Comments
 (0)