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 15834d0 commit 01c82bbCopy full SHA for 01c82bb
src/bundler/context.ts
@@ -185,7 +185,7 @@ export function logMessage(ctx: Context, ...logged: any) {
185
}
186
187
// For the rare case writing output to stdout. Status and error messages
188
-// (logMesage, logWarning, etc.) should be written to stderr.
+// (logMessage, logWarning, etc.) should be written to stderr.
189
export function logOutput(ctx: Context, ...logged: any) {
190
ctx.spinner?.clear();
191
// the one spot where we can console.log
0 commit comments