mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
🔥 console.log
This commit is contained in:
@@ -98,7 +98,6 @@ describe('FileSystemManager', function () {
|
||||
const firstRootChange = waitForChanges(rootWatcher, subFile)
|
||||
const firstChildChange = waitForChanges(childWatcher, subFile)
|
||||
|
||||
console.log(`changing ${subFile}`)
|
||||
await fs.appendFile(subFile, 'changes\n', {encoding: 'utf8'})
|
||||
const firstPayloads = await Promise.all([firstRootChange, firstChildChange])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user