fix listen deprecation

This commit is contained in:
Thomas Reynolds 2013-05-03 11:40:30 -07:00
parent b230018692
commit 2ef3b7e4d9
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ module Middleman
end
# Don't block this thread
@listener.start(false) if first_run
@listener.start if first_run
end
# Trap some interupt signals and shut down smoothly