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!
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:
However, when I push using the force CLI
force aura push -fand the target url
C:\Users\myUserName\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive\helloMessageInteractiveController.jsthe push works. Am I doing something wrong, or is this an issue with the plugin?
Thanks!