Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verbose: true - seemingly does nothing #81

Open
scniro opened this issue Nov 1, 2016 · 1 comment
Open

verbose: true - seemingly does nothing #81

scniro opened this issue Nov 1, 2016 · 1 comment

Comments

@scniro
Copy link

scniro commented Nov 1, 2016

var dts = require('dts-generator');

dts.default({
    name: 'woah',
    project: './',
    verbose: true,
    exclude: ['./this/**, '.that/**'],
    out: 'package-name.d.ts'
});

Nothing printed to the console. Am I missing something?

@jeffsim
Copy link

jeffsim commented Dec 10, 2016

Late comment, but I ran into this as well. Add

sendMessage: console.log

to the options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants