Skip to content

Commit

Permalink
Update connection.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed May 15, 2024
1 parent fc89019 commit 5c76dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sass/compiler/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def initialize
end

@stdin.binmode

@wait_thread.name = "sass-embedded-process-waiter-#{@wait_thread.pid}"
end

def listen(dispatcher)
Expand Down Expand Up @@ -60,8 +62,6 @@ def listen(dispatcher)
@stderr.close
end
end

@wait_thread.name = "sass-embedded-process-waiter-#{@wait_thread.pid}"
end

def close
Expand Down

0 comments on commit 5c76dac

Please sign in to comment.