Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored and actions-user committed May 20, 2021
1 parent 84e39f8 commit 48f9c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snowpack/src/commands/dev.ts
Expand Up @@ -926,7 +926,6 @@ export async function startServer(

// Watch src files
async function onWatchEvent(fileLoc: string) {

logger.info(
colors.cyan('File changed: ') + path.relative(config.workspaceRoot || config.root, fileLoc),
);
Expand Down

1 comment on commit 48f9c52

@vercel
Copy link

@vercel vercel bot commented on 48f9c52 May 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.