chore: add FIXME for remote deref (#14116)

This commit is contained in:
Samuel Attard 2018-08-15 09:06:44 -07:00 committed by Shelley Vohr
parent 08a8a3fbfc
commit 5f7a595f0a

View file

@ -87,6 +87,7 @@ class ObjectsRegistry {
// Private: Dereference the object from store.
dereference (id) {
// FIXME(MarshallOfSound): We should remove this once remote deref works well
if (process.env.ELECTRON_DISABLE_REMOTE_DEREFERENCING) return
let pointer = this.storage[id]