Skip to content

Commit 5acccd8

Browse files
committed
remove quotes
1 parent a55c3c8 commit 5acccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsintegration/src/FSharp.VS.FSI/fsiSessionToolWindow.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ type internal FsiToolWindow() as this =
540540
#silentCd @"{dir}";;
541541
{if dbgBreak then "#dbgbreak" else ""}
542542
#{topLine} @"{filename}"
543-
{text.ToString()};;
543+
{text.ToString()}
544544
#1 "stdin"
545545
#interactiveprompt "show";;
546546
"""

0 commit comments

Comments
 (0)