hmn
This commit is contained in:
parent
0dc5212066
commit
6b65d435fb
@ -74,7 +74,6 @@ import { checkContainer } from '../lib/docker';
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
await prisma.$disconnect();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else process.exit(0);
|
} else process.exit(0);
|
||||||
|
@ -350,7 +350,6 @@ import * as buildpacks from '../lib/buildPacks';
|
|||||||
await pAll.default(actions, { concurrency })
|
await pAll.default(actions, { concurrency })
|
||||||
}
|
}
|
||||||
} catch (error) { } finally {
|
} catch (error) { } finally {
|
||||||
await prisma.$disconnect();
|
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
} else process.exit(0);
|
} else process.exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user