Skip to content

Commit 1211574

Browse files
committed
docs
1 parent da05c42 commit 1211574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/queue.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These use cross-threaded access to the TAST data produced by other FSharpChecker
3535
3636
Some tools throw a lot of interactive work at the FSharpChecker operations queue.
3737
If you are writing such a component, consider running your project against a debug build
38-
of FSharp.Compiler.Service.dll to see the Debug.WriteLine messages indicating the length of the
38+
of FSharp.Compiler.Service.dll to see the Trace.WriteInformation messages indicating the length of the
3939
operations queuea and the time to process requests.
4040
4141
For those writing interactive editors which use FCS, you

0 commit comments

Comments
 (0)