vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Bug Report : Is "regiserApp" misspelled? #1975

Closed zhengxs2018 closed 1 year ago

zhengxs2018 commented 2 years ago

Vue devtools version

6.4.5

Link to minimal reproduction

https://github.com/vuejs/devtools/blob/257d13bbd300d2d2bdc5c8426150bc2a98433bbf/packages/app-backend-core/src/app.ts#L25

Steps to reproduce & screenshots

export async function registerApp (options: AppRecordOptions, ctx: BackendContext) {
  return jobs.queue('regiserApp', () => registerAppJob(options, ctx))
}

What is expected?

export async function registerApp (options: AppRecordOptions, ctx: BackendContext) {
  return jobs.queue('registerApp', () => registerAppJob(options, ctx))
}

What is actually happening?

misspelling

System Info

System:
    OS: macOS 12.0.1
    CPU: (8) x64 Apple M1 Pro
    Memory: 38.75 MB / 32.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 14.20.1 - /usr/local/bin/node
    Yarn: 1.22.17 - /usr/local/bin/yarn
    npm: 6.14.17 - /usr/local/bin/npm
  Browsers:
    Safari: 15.1

Any additional comments?

No response

vue-bot commented 2 years ago

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!