shillingp/atom-lorem

Uncaught ReferenceError: _is not defined

Opened this issue · 0 comments

Hi, I'm getting this error anytime I try to define number of words, length of words, etc - anywhere the _ is being used.
the entry i made to get this error was lorem_w4

Hide Stack Trace
ReferenceError: _ is not defined
at LoremIpsum.parseCommand (lorem-ipsum.js:244:10)
at lorem.js:181:34
at Array.forEach ()
at lorem.js:178:15
at TextBuffer.transact (C:\Users\hilbe\AppData\Local\Programs\Pulsar\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:1320:16)
at TextEditor.transact (C:\Users\hilbe\AppData\Local\Programs\Pulsar\resources\app.asar\src\text-editor.js:2455:24)
at Object.handleLorem (lorem.js:177:12)
at HTMLElement.lorem:catch-command (lorem.js:115:43)
at CommandRegistry.handleCommandEvent (C:\Users\hilbe\AppData\Local\Programs\Pulsar\resources\app.asar\src\command-registry.js:405:43)
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\hilbe\AppData\Local\Programs\Pulsar\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:617:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\hilbe\AppData\Local\Programs\Pulsar\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:408:22)
at WindowEventHandler.handleDocumentKeyEvent (C:\Users\hilbe\AppData\Local\Programs\Pulsar\resources\app.asar\src\window-event-handler.js:153:34)