atom / spell-check

Spell check Atom package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requiring debug breaks Atom's snapshot (blocking Electron upgrade)

aminya opened this issue · comments

Description

The added "debug" function and requiring it in the main module breaks the snapshot of Atom. This debug package should be loaded lazily and behind a config that is enabled by the users. It should not be loaded in the production code.
atom/atom#21777

https://github.com/atom/spell-check/blob/master/lib/main.js#L2

Error