Sfoglia il codice sorgente

feat(types): 修改类型

zhangweicheng 4 anni fa
parent
commit
823bd13dc2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      types/src/interface/project.ts

+ 1 - 0
types/src/interface/project.ts

@@ -359,4 +359,5 @@ export enum ImportStatus {
 export interface IImportLog {
   status: ImportStatus;
   errorMsg: string;
+  stack?: any;
 }