mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 17:58:16 +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:
@ -1,6 +1,6 @@
|
|||||||
const SILENCED_WARN_PREFIXES = [
|
const SILENCED_WARN_PREFIXES = [
|
||||||
"Setting the `jquery-integration` optional feature flag",
|
"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 {
|
class DeprecationSilencer {
|
||||||
|
Reference in New Issue
Block a user