We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99d151 commit 05aa222Copy full SHA for 05aa222
packages/utils/atlaspack-watcher-watchman-js/src/wrapper.js
@@ -100,6 +100,7 @@ export class AtlaspackWatcherWatchmanJS implements Watcher {
100
await this.init(dir);
101
102
const response = await this.commandAsync(['clock', dir]);
103
+ fs.mkdirSync(path.dirname(snapshot), {recursive: true});
104
fs.writeFileSync(snapshot, response.clock, {
105
encoding: 'utf-8',
106
});
0 commit comments