mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix theme qunit error messages (#14420)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user