We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da75cbc commit d963affCopy full SHA for d963aff
lib/core/backend/backend.ts
@@ -431,6 +431,10 @@ export class Backend {
431
};
432
}
433
434
+ get _started() {
435
+ return this.started;
436
+ }
437
+
438
/**
439
* Try to read the current commit hash.
440
*/
0 commit comments