feat():测试
parent
7df082388a
commit
ef11e6025f
|
@ -51,7 +51,7 @@ public class OSSFileCompile{
|
||||||
System.out.println("编译失败");
|
System.out.println("编译失败");
|
||||||
Result.error("编译失败");
|
Result.error("编译失败");
|
||||||
}
|
}
|
||||||
return null;
|
return Result.warn();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue