@typed-assistant/builder 0.0.78 → 0.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/appProcess.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/appProcess.tsx
CHANGED
|
@@ -216,7 +216,7 @@ function setupWatcher({
|
|
|
216
216
|
app: Subprocess<"ignore", "pipe", "pipe">
|
|
217
217
|
}
|
|
218
218
|
}) {
|
|
219
|
-
logger.debug({ emoji: "👀" },
|
|
219
|
+
logger.debug({ emoji: "👀" }, `Watching directory: ${directoryToWatch}`)
|
|
220
220
|
const watcher = watch(
|
|
221
221
|
directoryToWatch,
|
|
222
222
|
{ recursive: true },
|