Watz
01/20/2021, 3:03 PMmap(){
try{
if(condition) return; //<---
other code thar shouldn't be executed...
}catch {}
context.write({})
}
stalbert
01/20/2021, 3:07 PMcondition
Watz
01/20/2021, 3:14 PMWatz
01/20/2021, 3:38 PMstalbert
01/20/2021, 3:49 PM