You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I press "Create Cargo Lib" or "Create Cargo Binary", I get the error below.
The project still gets created anyway though.
Atom Version: 1.7.1 System: Microsoft Windows 10 Enterprise Thrown From: tokamak package, v0.2.7
Stack Trace
Uncaught TypeError: Cannot read property 'split' of undefined
At C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:833
TypeError: Cannot read property 'split' of undefined
at Function.module.exports.Range.fromText (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\text-buffer\lib\range.js:47:19)
at TextBuffer.module.exports.TextBuffer.setTextInRange (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:588:24)
at C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:576:26
at TextBuffer.module.exports.TextBuffer.transact (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:828:18)
at TextBuffer.module.exports.TextBuffer.setTextInRange (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:574:21)
at TextBuffer.module.exports.TextBuffer.setText (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:514:19)
at TextEditor.module.exports.TextEditor.setText (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\src\text-editor.js:810:26)
at CargoView.module.exports.CargoView.attach (file:///C:/Users/LFalch/.atom/packages/tokamak/lib/cargo-view.coffee:51:12)
at atom-workspace.commandSubscription.atom.commands.add.tokamak:create-cargo-binary (file:///C:/Users/LFalch/.atom/packages/tokamak/lib/cargo-view.coffee:27:42)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\src\command-registry.js:260:29)
at CommandRegistry.handleCommandEvent (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\src\command-registry.js:3:61)
at CommandRegistry.module.exports.CommandRegistry.dispatch (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\src\command-registry.js:160:19)
at CreateProjectView.module.exports.CreateProjectView.confirmed (file:///C:/Users/LFalch/.atom/packages/tokamak/lib/create-project-view.coffee:38:28)
at CreateProjectView.module.exports.SelectListView.confirmSelection (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:338:21)
at HTMLLIElement.<anonymous> (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:139:19)
at HTMLOListElement.jQuery.event.dispatch (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\jquery\dist\jquery.js:4435:9)
at HTMLOListElement.elemData.handle (C:\Users\LFalch\AppData\Local\atom\app-1.7.1\resources\app.asar\node_modules\jquery\dist\jquery.js:4121:28)
When I press "Create Cargo Lib" or "Create Cargo Binary", I get the error below.
The project still gets created anyway though.
Atom Version: 1.7.1
System: Microsoft Windows 10 Enterprise
Thrown From: tokamak package, v0.2.7
Stack Trace
Uncaught TypeError: Cannot read property 'split' of undefined
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: