Skip to content

Commit c2a0ec0

Browse files
author
James Brundage
committedJan 29, 2025·
feat: WebSocket.ThreadJob formatting ( Fixes #91 )
Including formatting in module (fixing extension typo)
1 parent 43810e4 commit c2a0ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎WebSocket.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Description = 'Work with WebSockets in PowerShell'
99
FunctionsToExport = @('Get-WebSocket')
1010
AliasesToExport = @('WebSocket','ws','wss')
11-
FormatsToProcess = @('WebSocket.format.ps1')
11+
FormatsToProcess = @('WebSocket.format.ps1xml')
1212
PrivateData = @{
1313
PSData = @{
1414
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')

0 commit comments

Comments
 (0)
Please sign in to comment.