diff options
| author | Shinigami <[email protected]> | 2022-01-30 19:37:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-30 19:37:21 +0100 |
| commit | 6c5b9706eb16f8841d3f3b2109b8a21fb65fa04a (patch) | |
| tree | 7b043e25d6fe971c3223851b2ccac8338e51d8a8 /scripts | |
| parent | d4125e2a7d69042c37ccecea89f1525c4424a45b (diff) | |
| download | faker-6c5b9706eb16f8841d3f3b2109b8a21fb65fa04a.tar.xz faker-6c5b9706eb16f8841d3f3b2109b8a21fb65fa04a.zip | |
chore: use recommended restrict-plus-operands (#369)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/apidoc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/apidoc.ts b/scripts/apidoc.ts index 3d972c95..f07e5e06 100644 --- a/scripts/apidoc.ts +++ b/scripts/apidoc.ts @@ -232,7 +232,7 @@ async function build(): Promise<void> { .map((tag) => tag.text.trimEnd()) || []; if (examples.length !== 0) { - console.log('Example-Length: ' + examples); + console.log('Example-Length:', examples); content += examples.join('\n') + '\n'; } |
