reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Deprecated API: listen #17

Closed akerbos closed 11 years ago

akerbos commented 11 years ago

Listen outputs:

[Listen warning]: The blocking parameter of Listen::Listener#start is deprecated. Please use Listen::Adapter#start for a non-blocking listener and Listen::Listener#start! for a blocking one.

Fix this.