mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 02:02:40 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user