dont skip important warning for showing on normal execution mode

This commit is contained in:
Nacho Codoñer
2024-03-06 17:08:53 +01:00
parent f2976aabcb
commit 7c494c94c5

View File

@@ -107,7 +107,7 @@ export const loadAsyncStubHelpers = () => {
});
Meteor._setImmediate(() => {
if (!finished && Meteor.isDebug) {
if (!finished) {
console.warn(
`Method stub (${name}) took too long and could cause unexpected problems. Learn more at https://github.com/zodern/fix-async-stubs/#limitations`
);