try catch for plain text

This commit is contained in:
Jaiwanth 2021-06-25 14:49:01 +05:30
parent 02f15d573a
commit abbe047bfd
2 changed files with 19 additions and 10 deletions

View file

@ -118,7 +118,7 @@ export default abstract class Exporter {
limit = 40;
break;
default:
limit = Number.MAX_VALUE;
limit = 10**8;
}
return limit;
}