This commit is contained in:
chiu 2020-02-14 11:33:29 +08:00
parent cfc3673b99
commit 95d7b144e8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if old_gemfile_text != new_gemfile_text
system("bundle update")
puts 'test123'
end
sleep 0.1 while c.status!='sleep'
sleep 0.1 while a.status!='sleep'
a.wakeup
a.join
Thread.exit