We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3490c commit 859769eCopy full SHA for 859769e
src/library.js
@@ -27,7 +27,7 @@ export const createCommandNotFound = (command, notFoundText = 'command not found
27
28
// Creates a "stderr" with the given formatter or text and name. It exits as
29
// soon as the component has been mounted
30
-export const createStderr = (formatterOrText, name = 'VueCommandSterr') => {
+export const createStderr = (formatterOrText, name = 'VueCommandStderr') => {
31
return createStdout(formatterOrText, name)
32
}
33
0 commit comments