Add debug logging for error handling in geoPolygonSchema test

This commit is contained in:
italo jose
2025-08-18 20:10:51 -03:00
committed by Italo José
parent 5e230cc57f
commit 56bf338de5

View File

@@ -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');