Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d963aff

Browse files
committedMar 5, 2025·
fix: started property from backend should be accessible onto plugins
1 parent da75cbc commit d963aff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎lib/core/backend/backend.ts

+4
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ export class Backend {
431431
};
432432
}
433433

434+
get _started() {
435+
return this.started;
436+
}
437+
434438
/**
435439
* Try to read the current commit hash.
436440
*/

0 commit comments

Comments
 (0)
Please sign in to comment.