Skip to content

Commit

Permalink
trying to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
everruler12 committed Sep 25, 2022
1 parent da116c5 commit aa566bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ async function roam_open_graph(page, graph_name) {
await page.waitForSelector('.loading-astrolabe')
log('- astrolabe spinning...')

await page.waitForSelector('.loading-astrolabe', { hidden: true })
log('- astrolabe spinning stopped')
//await page.waitForSelector('.loading-astrolabe', { hidden: true })
//log('- astrolabe spinning stopped')

// try {
await page.waitForSelector('.roam-app') // add short timeout here, if fails, don't exit code 1, and instead CHECK if have permission to view graph
Expand Down

0 comments on commit aa566bf

Please sign in to comment.