diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 2971fd2c00..1f89613be7 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -684,7 +684,7 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) { if (serve) { if (mode === executionModes.run) { // deno-lint-ignore no-console - console.error( + console.warn( `%cwarning: %cDetected %cexport default { fetch }%c, did you mean to run \"deno serve\"?`, "color: yellow;", "color: inherit;",