Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Aug 1, 2019
1 parent 3f66c8a commit 143592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/dev.ts
Expand Up @@ -87,7 +87,7 @@ const handle = async (argv: Args): Promise<void> => {
// return Reflect.apply(target, thisArg, argumentsList)
// }
// });
logger.hmr('watching for changes')
logger.hmr('watching for changes');
});
watcher.on('change', (p: string): void => {
logger.hmr(`swapping out ${chalk.yellow(relative(cwd, p))}`);
Expand Down

0 comments on commit 143592d

Please sign in to comment.