We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1f3af commit f002a6fCopy full SHA for f002a6f
src/PowerShellEditorServices/Workspace/ScriptFile.cs
@@ -173,8 +173,8 @@ public ScriptFile(
173
new StringReader(initialBuffer),
174
powerShellVersion)
175
{
176
-
177
}
+
178
/// <summary>
179
/// Creates a new ScriptFile instance with the specified filepath.
180
/// </summary>
@@ -191,7 +191,6 @@ public ScriptFile(
191
File.ReadAllText(filePath),
192
193
194
195
196
197
#endregion
0 commit comments