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.
index.js
1 parent 0a4ad92 commit dd9083dCopy full SHA for dd9083d
index.js
@@ -1,8 +1,8 @@
1
import { series } from 'async'
2
import { exec } from 'child_process'
3
-import { readFileSync, writeFileSync, existsSync, mkdirSync, copyFileSync, write, writeFile } from 'fs'
+import { readFileSync, writeFileSync, existsSync, mkdirSync, copyFileSync } from 'fs'
4
if (!existsSync('./src/urlList.js')) copyFileSync('./src/urlList.example', './src/urlList.js')
5
-import { urlList, options } from './src/urlList.js'
+import { urlList, options, execOptions } from './src/urlList.js'
6
7
Object.prototype.isEmpty = (obj) => {
8
for (const prop in obj) {
0 commit comments