remove should_abort method
This commit is contained in:
parent
396f7167d8
commit
a0660c80bd
18 changed files with 14 additions and 77 deletions
|
|
@ -125,8 +125,7 @@ async function run() {
|
|||
let uploadStats: upload_lib.UploadStatusReport | undefined = undefined;
|
||||
try {
|
||||
util.prepareLocalRunEnvironment();
|
||||
if (util.should_abort('finish', true) ||
|
||||
!await util.sendStatusReport(await util.createStatusReportBase('finish', 'starting', startedAt), true)) {
|
||||
if (!await util.sendStatusReport(await util.createStatusReportBase('finish', 'starting', startedAt), true)) {
|
||||
return;
|
||||
}
|
||||
const config = await configUtils.getConfig();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue