mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
Merge 4f72d0cd61
into 9aa02769c8
This commit is contained in:
commit
33e9ab92ff
1 changed files with 1 additions and 1 deletions
|
@ -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;",
|
||||
|
|
Loading…
Add table
Reference in a new issue