opencode-supertask 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14395,7 +14395,6 @@ function getMigrationsFolder() {
14395
14395
  }
14396
14396
  function initDb() {
14397
14397
  const dataDir = dirname(DB_FILE_PATH);
14398
- const dbExisted = existsSync(DB_FILE_PATH);
14399
14398
  if (!existsSync(dataDir)) {
14400
14399
  mkdirSync(dataDir, { recursive: true });
14401
14400
  }