mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
dont skip important warning for showing on normal execution mode
This commit is contained in:
@@ -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`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user