Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheraSasi committed Dec 10, 2024
1 parent bc9ea63 commit e810fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func fileServer(args []object.Object, defs map[string]object.Object) object.Obje
// Waits for interrupt signal to gracefully stop the program
waitForInterrupt()

return &object.String{Value: "Server stopped on port " + port.Value}
return &object.String{Value: "Server stopped"}
}

// waitForInterrupt blocks until an interrupt signal (Ctrl+C) is received.
Expand Down

0 comments on commit e810fc2

Please sign in to comment.