🔥 Removed unused variable

This commit is contained in:
Liyas Thomas
2020-06-21 09:50:20 +05:30
parent 87f6ae8135
commit fe9c08e92a

View File

@@ -5,7 +5,7 @@ const runCommand = (command, args) => spawnSync(command, args).stdout.toString()
const FAIL_ON_ERROR = false
const PW_BUILD_DATA_DIR = "./.postwoman"
const IS_DEV_MODE = process.argv.includes("--dev")
// const IS_DEV_MODE = process.argv.includes("--dev")
try {
;(async () => {