DEV: Fix theme qunit error messages (#14420)

This commit is contained in:
Jarek Radosz
2021-09-22 20:00:19 +02:00
committed by GitHub
parent e28a2735bc
commit db69b87187

View File

@@ -31,7 +31,7 @@ class QunitController < ApplicationController
end
if param_key && theme.blank?
return render plain: "Can't find theme with #{param_key} #{params[param_key].inspect}", status: :not_found
return render plain: "Can't find theme with #{param_key} #{get_param(param_key).inspect}", status: :not_found
end
if !param_key