Skip to content

Commit e927324

Browse files
committed
chore: logs
1 parent 8f35e58 commit e927324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default async function cli() {
3737
dir: path.join(process.cwd()),
3838
debounce: 40,
3939
filter: ({ path }: { path: string }) => {
40+
console.log(path);
4041
return path.startsWith(pkg) || path.startsWith(docs);
4142
},
4243
});
@@ -46,6 +47,7 @@ export default async function cli() {
4647
// });
4748

4849
await pkg_watch.init();
50+
console.log("watcher initialised");
4951
// await doc_watch.init();
5052
// let cons = 0;
5153
pkg_watch.on("+", ({ path, stats, isNew }) => {

0 commit comments

Comments
 (0)