Merge pull request #16065 from atom/fix-nsfw-require

Actually require @atom/nsfw dependency in path-watcher.js
This commit is contained in:
Nathan Sobo
2017-11-01 17:19:04 -06:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ const fs = require('fs')
const path = require('path')
const {Emitter, Disposable, CompositeDisposable} = require('event-kit')
const nsfw = require('nsfw')
const nsfw = require('@atom/nsfw')
const {NativeWatcherRegistry} = require('./native-watcher-registry')
// Private: Associate native watcher action flags with descriptive String equivalents.