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 f0146d8

Browse files
committedMay 19, 2015
[snapshot]
1 parent fb4f69e commit f0146d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎app/controllers/opal_spec_controller.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def run
1818
unless written_to_disk == builder.main_code
1919
raise "Something's wrong: written_to_disk: #{written_to_disk.inspect}"
2020
end
21-
runner_asset = sprockets.load "file://#{runner.to_s}?type=application/javascript"
22-
# runner_asset = sprockets.find_asset(logical_path) || raise("can't find asset #{logical_path}")
21+
runner_asset = sprockets.load "file://#{runner.to_s}?type=application/javascript" or raise("can't find asset #{logical_path}")
22+
# runner_asset = sprockets.find_asset(logical_path) or raise("can't find asset #{logical_path}")
2323
render locals: { runner: runner_asset}
2424
end
2525

0 commit comments

Comments
 (0)
Please sign in to comment.