mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove an export I missed
This commit is contained in:
@@ -14,7 +14,7 @@ const ACTION_MAP = new Map([
|
||||
])
|
||||
|
||||
// Private: Possible states of a {NativeWatcher}.
|
||||
export const WATCHER_STATE = {
|
||||
const WATCHER_STATE = {
|
||||
STOPPED: Symbol('stopped'),
|
||||
STARTING: Symbol('starting'),
|
||||
RUNNING: Symbol('running'),
|
||||
|
||||
Reference in New Issue
Block a user