Skip to content

Commit

Permalink
chore(api/dgram.js): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jul 25, 2024
1 parent be8d49b commit 7ce2400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ export class Socket extends EventEmitter {

buffer = buffer.slice(0, length)

if (buffer?.buffer?.detacted) {
if (buffer?.buffer?.detached) {
// XXX(@jwerle,@heapwolf): this is likely during a paused application state
// how should handle this?
return
Expand Down

0 comments on commit 7ce2400

Please sign in to comment.