diff options
Diffstat (limited to 'test/scripts')
| -rw-r--r-- | test/scripts/apidoc/signature.debug.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/apidoc/signature.debug.ts b/test/scripts/apidoc/signature.debug.ts index 347b8235..a9ec8fd0 100644 --- a/test/scripts/apidoc/signature.debug.ts +++ b/test/scripts/apidoc/signature.debug.ts @@ -13,9 +13,9 @@ const methods = loadExampleMethods(); initMarkdownRenderer() .then(() => { Object.entries(methods).forEach(([name, method]) => { - console.log('Analyzing: ', name); + console.log('Analyzing:', name); const result = analyzeSignature(method, '', method.name); - console.log('Result: ', result); + console.log('Result:', result); }); }) .catch(console.error); |
