@saccolabs/tars 1.18.1 → 1.18.2

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.
Files changed (2) hide show
  1. package/dash/server.js +1 -0
  2. package/package.json +1 -1
package/dash/server.js CHANGED
@@ -408,6 +408,7 @@ app.prepare().then(() => {
408
408
  );
409
409
 
410
410
  dataWatcher.on('all', (event, filePath) => {
411
+ if (!fs.existsSync(filePath)) return;
411
412
  if (fs.statSync(filePath).isDirectory()) return;
412
413
 
413
414
  const fileName = path.basename(filePath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saccolabs/tars",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "description": "Tars — Your personal AI assistant",
5
5
  "publishConfig": {
6
6
  "access": "public"