mirror of
https://github.com/meteor/meteor.git
synced 2026-01-11 00:28:02 -05:00
Add debug logging for error handling in geoPolygonSchema test
This commit is contained in:
@@ -4607,6 +4607,7 @@ Tinytest.addAsync('mongo-livedata - publish with geoPolygonSchema does not throw
|
||||
});
|
||||
});
|
||||
} catch (e) {
|
||||
console.log('ERRO-DEBUG]', e);
|
||||
error = e;
|
||||
}
|
||||
test.isNull(error, 'shouldnt throw error for valid viewport');
|
||||
|
||||
Reference in New Issue
Block a user