try catch for plain text
This commit is contained in:
parent
02f15d573a
commit
abbe047bfd
2 changed files with 19 additions and 10 deletions
|
@ -118,7 +118,7 @@ export default abstract class Exporter {
|
|||
limit = 40;
|
||||
break;
|
||||
default:
|
||||
limit = Number.MAX_VALUE;
|
||||
limit = 10**8;
|
||||
}
|
||||
return limit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue