1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Update buildTools (#8596)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-01 15:38:59 +01:00
committed by GitHub
parent 59852e252b
commit 39bc7ed397
22 changed files with 269 additions and 373 deletions

View File

@@ -114,7 +114,7 @@ export default class ClipperServer {
} catch (error) {
this.setStartState(StartState.Idle);
this.logger().error(error);
return;
return null;
}
this.server_ = require('http').createServer();