Skip to content

Commit 4c698c4

Browse files
ijeCopilot
andauthored
Update server/legacy_router.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a12e0f1 commit 4c698c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/legacy_router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func legacyESM(ctx *rex.Context, fs storage.Storage, buildVersionPrefix string)
261261
client := fetch.NewClient(ctx.UserAgent(), 60, true)
262262
res, err := client.Fetch(url, nil)
263263
if err != nil {
264-
return rex.Status(http.StatusBadGateway, "Failed to connect the lagecy esm.sh server")
264+
return rex.Status(http.StatusBadGateway, "Failed to connect the legacy esm.sh server")
265265
}
266266
defer res.Body.Close()
267267

0 commit comments

Comments
 (0)