Skip to content

Commit

Permalink
fix: stderr component name
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabAP committed Jul 1, 2023
1 parent 9f3490c commit 859769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const createCommandNotFound = (command, notFoundText = 'command not found

// Creates a "stderr" with the given formatter or text and name. It exits as
// soon as the component has been mounted
export const createStderr = (formatterOrText, name = 'VueCommandSterr') => {
export const createStderr = (formatterOrText, name = 'VueCommandStderr') => {
return createStdout(formatterOrText, name)
}

Expand Down

0 comments on commit 859769e

Please sign in to comment.