Commit 1b149b8c authored by nanahira's avatar nanahira

fix

parent 6fa1595f
Pipeline #15314 passed with stages
in 3 minutes and 59 seconds
......@@ -411,7 +411,7 @@ export class AppService extends ConsoleLogger {
const hash = await this.getHashForMigrate(archive);
if (hash) {
await repo.update({ path }, { hash });
this.log(`Migrated hash: ${path}`);
this.log(`Migrated hash: ${path} => ${hash}`);
}
donePath.add(path);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment