We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.js
1 parent 569a05f commit 46f8007Copy full SHA for 46f8007
setup.js
@@ -1,3 +1,3 @@
1
-import { existsSync, copyFileSync } from 'fs'
+import { copyIfNotExists } from "./src/lib/utilities.class.js";
2
3
-if (!existsSync('./src/urlList.class.js')) copyFileSync('./src/urlList.class.example', './src/urlList.class.js')
+copyIfNotExists('./src/urlList.class.example', './src/urlList.class.js')
0 commit comments