add commented out logging for fileSystemWatcher
This commit is contained in:
parent
6022e00dad
commit
8cad2177cc
|
@ -247,6 +247,8 @@ export default {
|
|||
|
||||
fileSystemWatcher.onError = (error) => notifications.value.constructNotification("File System Watcher Error", errorStringHTML(error), 'error');
|
||||
|
||||
// fileSystemWatcher.log = true;
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
processingHandler.resolveDangling();
|
||||
fileSystemWatcher.stop();
|
||||
|
|
Loading…
Reference in New Issue