Add system try; refactored editor naming

This commit is contained in:
2025-06-12 20:31:08 -05:00
parent 0675985a5e
commit 9d3eb76960
10 changed files with 124 additions and 21 deletions

View File

@@ -1,7 +1,8 @@
const { dialog } = require('electron');
const path = require('node:path');
const fs = require('node:fs');
const os = require('os')
const path = require('node:path');
const fs = require('node:fs');
const os = require('os')
const chokidar = require('chokidar');