Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
baalimago committed Aug 18, 2024
1 parent d6da47a commit 3fee2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/wsinject/wsinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (fs *Fileserver) mirrorFile(origPath string) error {
}
injected, injectedBytes, err := injectWebsocketScript(fileB)
if err != nil {
return fmt.Errorf("failed to inject websocket script: %v", err)
}
if injected {
ancli.PrintfNotice("injected delta-streamer script loading tag in: '%v'", origPath)
Expand Down

0 comments on commit 3fee2af

Please sign in to comment.