| Index: lib/declaration.ts
|
| diff --git a/lib/declaration.ts b/lib/declaration.ts
|
| index a3acb8e445576dcbc92395a33a6e90990ac76599..a21dd47deb2ead6410182670caacee9d1248b4dc 100644
|
| --- a/lib/declaration.ts
|
| +++ b/lib/declaration.ts
|
| @@ -466,7 +466,7 @@ export default class DeclarationTranspiler extends base.TranspilerBase {
|
| let arrayType = <ts.ArrayTypeNode>type;
|
| paramType = arrayType.elementType;
|
| } else if (type.kind !== ts.SyntaxKind.AnyKeyword) {
|
| - console.log('Warning: falling back to dynamic for varArgs type: ' + type.getText());
|
| + console.error('Warning: falling back to dynamic for varArgs type: ' + type.getText());
|
| }
|
| }
|
|
|
|
|