更新版本号至0.0.21,注释掉调试日志并为Workspace类的branch参数设置默认值为'main'
This commit is contained in:
@@ -115,6 +115,8 @@ export class Workspace extends CNBCore {
|
||||
|
||||
if (params.branch) {
|
||||
data.branch = params.branch;
|
||||
} else {
|
||||
data.branch = 'main'
|
||||
}
|
||||
if (params.ref) {
|
||||
data.ref = params.ref;
|
||||
|
||||
Reference in New Issue
Block a user