fix(repos): 修复在全新的工作目录中,检出指定commit时,找不到commit.

This commit is contained in:
Ivan
2021-02-25 15:36:13 +08:00
parent 90d851d85c
commit 5b2a017858
5 changed files with 527 additions and 10 deletions

View File

@ -0,0 +1,2 @@
import { ApplicationException } from '../../commons/exceptions/application.exception';
export class GetWorkspaceLockFailedException extends ApplicationException {}