Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e708dd9

Browse files
committedMar 30, 2015
Keep waiting
1 parent db0a1b9 commit e708dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/tasks/opal-rails_tasks.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Opal::RSpec::RakeTask.new('opal:spec' => :environment) do |server|
2020
main_name = builder.runner_logical_path
2121

2222
# Sometimes seems that sprockets will need a moment to pickup the new file
23-
sleep 0.1 unless server.sprockets[main_name]
23+
sleep 0.1 until server.sprockets[main_name]
2424

2525
server.main = main_name
2626
end

0 commit comments

Comments
 (0)
Please sign in to comment.