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

When calling the scan method of @appworks/doctor without passing any options, an error is thrown #1056

Open
huangguangfa opened this issue Mar 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@huangguangfa
Copy link

插件名/Extension: @appworks/doctor

您的本地环境信息/Your local environment information

  • 操作系统及其版本/System and Version: macos
  • Node version: v16.13.1
  • npm version: 8.1.2

您遇到的问题及复现步骤/What are your problems and how to reproduce them

import { Doctor } from '@appworks/doctor';

function start() {
const doctor = new Doctor();
doctor.scan('path').then((result) => {
console.log(result);
});
}

start();

您期待的正确结果/The right result you're looking forward to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant