Skip to content

Commit

Permalink
update bee
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 3, 2024
1 parent 2b8aeda commit ca76c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rd/bee.lua
3 changes: 2 additions & 1 deletion extension/script/common/select.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
local socket = require 'bee.socket'
local fs = require 'bee.filesystem'
socket.select = require 'bee.socketlegacy'.select

local listens = {}
Expand Down Expand Up @@ -141,7 +142,7 @@ function m.listen(t)
return nil, err
end
if t.protocol == "unix" then
os.remove(t.address)
fs.remove(t.address)
end
local ok
ok, err = fd:bind(t.address, t.port)
Expand Down

0 comments on commit ca76c3a

Please sign in to comment.