DEV: restart watcher after css change notifier crashed ()

This commit is contained in:
Joffrey JAFFEUX 2019-10-04 13:20:51 -04:00 committed by GitHub
parent 77643931bc
commit e23b9051ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,7 @@ module Stylesheet
end
rescue => e
STDERR.puts "CSS change notifier crashed #{e}"
start
end
end