mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 20:55:36 +08:00
DEV: Fix theme qunit error messages (#14420)
This commit is contained in:
parent
e28a2735bc
commit
db69b87187
@ -31,7 +31,7 @@ class QunitController < ApplicationController
|
|||||||
end
|
end
|
||||||
|
|
||||||
if param_key && theme.blank?
|
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
|
end
|
||||||
|
|
||||||
if !param_key
|
if !param_key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user