Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on save/deploy #55

Open
delphinefoo opened this issue Aug 31, 2017 · 0 comments
Open

Error on save/deploy #55

delphinefoo opened this issue Aug 31, 2017 · 0 comments

Comments

@delphinefoo
Copy link

delphinefoo commented Aug 31, 2017

Thank you for this awesome plugin!!! Love not having to use the dev console to create + edit bundles.

I've started getting an error message on saving any aura files, on auto-deploy:

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x20 pc=0x45eaac]

goroutine 1 [running]:
main.InAuraBundlesFolder(0xc08214b5e0, 0xd2, 0x0)
/app/work/src/src/github.com/heroku/force/pushAura.go:289 +0x5c
main.runPushAura(0xba0aa0, 0xc08219e120, 0x1, 0x1)
/app/work/src/src/github.com/heroku/force/pushAura.go:39 +0x21f
main.runAura(0xba0aa0, 0xc08200c1b0, 0x3, 0x3)
/app/work/src/src/github.com/heroku/force/aura.go:111 +0x683
main.main()
/app/work/src/src/github.com/heroku/force/main.go:55 +0x2f9
[Finished in 0.1s with exit code 2]
[cmd: ['force', 'aura', 'push', '-f', "'C:\Users\myUserName\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive\helloMessageInteractiveController.js'"]]
[dir: C:\Users\myUsername\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive]
[path: variousPathAddressesHere

However, when I push using the force CLI
force aura push -f
and the target url

C:\Users\myUserName\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive\helloMessageInteractiveController.js

the push works. Am I doing something wrong, or is this an issue with the plugin?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant