Skip to content

Commit 68a3058

Browse files
committed
fixup! 399154f
1 parent a45fe72 commit 68a3058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/TextDocument/Handlers/FoldingRangeHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal class PsesFoldingRangeHandler : FoldingRangeHandlerBase
2424

2525
public PsesFoldingRangeHandler(ILoggerFactory factory, ConfigurationService configurationService, WorkspaceService workspaceService)
2626
{
27-
_logger = factory.CreateLogger<FoldingRangeHandlerBase>();
27+
_logger = factory.CreateLogger<PsesFoldingRangeHandler>();
2828
_configurationService = configurationService;
2929
_workspaceService = workspaceService;
3030
}

0 commit comments

Comments
 (0)