mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-12 22:50:54 +03:00
Remove top-level construction of a notify Watcher
It was actually dead code and is screwing up V8 startup snapshots.
This commit is contained in:
parent
90ec3e0bf7
commit
f9d9ed8916
@ -7,8 +7,6 @@ const Watcher = require('@atom/notify')
|
||||
const nsfw = require('@atom/nsfw')
|
||||
const {NativeWatcherRegistry} = require('./native-watcher-registry')
|
||||
|
||||
const watcher = new Watcher()
|
||||
|
||||
// Private: Associate native watcher action flags with descriptive String equivalents.
|
||||
const ACTION_MAP = new Map([
|
||||
[nsfw.actions.MODIFIED, 'modified'],
|
||||
|
Loading…
Reference in New Issue
Block a user