✏️ Troubleshooting issues with the fileWatcher

This commit is contained in:
2022-03-30 07:44:18 -07:00
parent 610b190f76
commit cb7d0a835b
2 changed files with 3 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ export default class QueueService extends Service {
type: "LS_QUEUE_DRAINED",
result: data,
});
console.log(data);
console.log("Drained", data);
return data;
}
);