Skip to content
Snippets Groups Projects
Commit ab02713c authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5066 from chrisdunelm/dnx_Profilers

Fix Profilers for coreclr
parents ecf8327b 435b1551
No related branches found
No related tags found
No related merge requests found
#region Copyright notice and license #region Copyright notice and license
// Copyright 2015, Google Inc. // Copyright 2015-2016, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without
...@@ -111,7 +111,7 @@ namespace Grpc.Core.Profiling ...@@ -111,7 +111,7 @@ namespace Grpc.Core.Profiling
public void Dump(string filepath) public void Dump(string filepath)
{ {
using (var stream = new StreamWriter(filepath)) using (var stream = File.CreateText(filepath))
{ {
Dump(stream); Dump(stream);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment