The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: release build lock before client refresh

+1 -1
+1 -1
quartz/build.ts
··· 152 152 console.log(chalk.yellow(`Rebuild failed. Waiting on a change to fix the error...`)) 153 153 } 154 154 155 + release() 155 156 clientRefresh() 156 157 toRebuild.clear() 157 158 toRemove.clear() 158 - release() 159 159 } 160 160 161 161 const watcher = chokidar.watch(".", {