Skip to content

Commit

Permalink
chore: remove watcher github link
Browse files Browse the repository at this point in the history
closes #96
  • Loading branch information
pi0 committed Sep 6, 2023
1 parent 3de5b10 commit bb2b9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/watcher.ts
Expand Up @@ -88,7 +88,7 @@ export async function listenAndWatch(
);
} catch (error) {
logger.warn(
"Cannot start the watcher! Please report this issue to `https://github.com/unjs/listhen/issues/96`\n",
"Cannot start the watcher!\n",
error,
"\n\n✔️ Your dev server is still running, but it won't reload automatically after changes. You need to restart it manually.",
);
Expand Down

0 comments on commit bb2b9f1

Please sign in to comment.