diff options
Diffstat (limited to 'lib/extracts_path.rb')
-rw-r--r-- | lib/extracts_path.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/extracts_path.rb b/lib/extracts_path.rb index 84688f6646e..fa36ea8f202 100644 --- a/lib/extracts_path.rb +++ b/lib/extracts_path.rb @@ -109,7 +109,9 @@ module ExtractsPath @logs_path = logs_file_namespace_project_ref_path(@project.namespace, @project, @ref, @path) - rescue RuntimeError, NoMethodError, InvalidPathError + rescue RuntimeError, NoMethodError, InvalidPathError => ex + puts "ERROR on assign_ref_vars" + puts ex.backtrace render_404 end |