opencode-supertask 0.1.2 → 0.1.4

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.
@@ -5200,7 +5200,6 @@ function getMigrationsFolder() {
5200
5200
  }
5201
5201
  function initDb() {
5202
5202
  const dataDir = dirname(DB_FILE_PATH);
5203
- const dbExisted = existsSync(DB_FILE_PATH);
5204
5203
  if (!existsSync(dataDir)) {
5205
5204
  mkdirSync(dataDir, { recursive: true });
5206
5205
  }