NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
860 stars 170 forks source link

Fix error file path on mac/linux #112

Closed 19317362 closed 6 years ago

19317362 commented 6 years ago

For file path, the '/' can be used in mac/linux/windows. But the '\' is only valid for windows.

NickCraver commented 6 years ago

Thanks!