mirror of
https://github.com/discourse/discourse.git
synced 2025-02-02 12:15:14 +08:00
DEV: Relax 'unexpectedly found' matcher in deprecation-silencer (#30823)
We managed to find a slightly different way to trigger the same Ember bug. This commit makes sure that's silenced as well.
This commit is contained in:
parent
5c6e96720b
commit
d3a7b99699
|
@ -1,6 +1,6 @@
|
|||
const SILENCED_WARN_PREFIXES = [
|
||||
"Setting the `jquery-integration` optional feature flag",
|
||||
'unexpectedly found "!', // https://github.com/emberjs/ember.js/issues/19392
|
||||
'unexpectedly found "', // https://github.com/emberjs/ember.js/issues/19392
|
||||
];
|
||||
|
||||
class DeprecationSilencer {
|
||||
|
|
Loading…
Reference in New Issue
Block a user