Enable the doctests
This commit is contained in:
parent
7cc184fdd8
commit
0b8136a5c4
9 changed files with 10 additions and 8577 deletions
2
Utils.ts
2
Utils.ts
|
@ -278,7 +278,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
*/
|
||||
public static NoEmpty(array: string[]): string[] {
|
||||
const ls: string[] = []
|
||||
if(!array){
|
||||
if (!array) {
|
||||
return ls
|
||||
}
|
||||
for (const t of array) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue