mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-27 02:24:03 -05:00
Use top-level warn
in JS errors check (#28745)
This commit is contained in:
parent
7f471e70c0
commit
b4c332104a
@ -9,8 +9,8 @@ RSpec.configure do |config|
|
||||
expect(error.level).to_not eq('SEVERE'), error.message
|
||||
next unless error.level == 'WARNING'
|
||||
|
||||
$stderr.warn 'WARN: javascript warning'
|
||||
$stderr.warn error.message
|
||||
warn 'WARN: javascript warning'
|
||||
warn error.message
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user