Move to @cloudron/safetydance

This commit is contained in:
Johannes Zellner
2026-04-01 09:40:28 +02:00
parent 8f851164d6
commit 918c2f8587
200 changed files with 200 additions and 209 deletions

View File

@@ -1,7 +1,7 @@
import assert from 'node:assert';
import { promises as fsPromises } from 'node:fs';
import BoxError from './boxerror.js';
import safe from 'safetydance';
import safe from '@cloudron/safetydance';
// cross device file rename
async function renameFile(sourcePath, destPath) {