Cleanup: Runtime artifacts, hard-coded paths, PR 14 bug fixes
This commit is contained in:
parent
98886d1901
commit
1c4b5ab401
27 changed files with 1629 additions and 204 deletions
|
|
@ -42,7 +42,7 @@ function configureMailDelegate(bdPath, shimPath) {
|
|||
|
||||
function validateMemorySystem(bdPath) {
|
||||
try {
|
||||
const result = spawnSync(bdPath, ['query', 'label=mem-canonical,status=closed', '--limit', '5'], {
|
||||
const result = spawnSync(bdPath, ['query', 'label=mem-canonical AND status=closed', '--limit', '5'], {
|
||||
stdio: 'pipe',
|
||||
shell: false,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue