Skip to content

Commit afb411d

Browse files
committed
fix syntax errors
1 parent df6994f commit afb411d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/lib/upload.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ async function uploadToServer(
125125
} catch (e) {
126126
log.debug(`PUT to /upload with auth header failed: ${e}`);
127127
}
128+
}
129+
catch (e) {
130+
log.debug(`PUT to /upload with auth header failed: ${e}`);
131+
}
132+
return false;
128133
}
129134

130135
/**

0 commit comments

Comments
 (0)