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 5402a33

Browse files
committedMay 20, 2015
[snapshot]
1 parent 8e07f9d commit 5402a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎app/controllers/opal_spec_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run
2323
runner_asset or raise("can't find asset #{logical_path}")
2424
runner_code = []
2525
runner_code << sprockets.load(runner_asset.included.last).to_s
26-
runner_code << Opal::Processor.load_asset_code(sprockets, runner.logical_path)
26+
runner_code << Opal::Processor.load_asset_code(sprockets, logical_path)
2727
render locals: { runner: runner_asset, runner_code: runner_code }
2828
end
2929

0 commit comments

Comments
 (0)
Please sign in to comment.