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
The plugin opens and runs properly, but when trying to simply kill the running process in terminal with Ctrl-c, the process does not exit gracefully, throws ExitError: EEXIT: 130
Also the local url is still available in the tab to navigate (not sure if this should be intended) but changes are not reflected when making them locally (intended)
Steps To Reproduce:
Run the plugin with sf lightning dev app --target-org
Exit program in same running terminal window with Ctrl-c
Expected Result
A message or something stating the plugin and node process has stopped running
Actual Result
Waiting to resolve the Lightning Experience-enabled custom domain...... done
^C/Users/tjodwalis/.local/share/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@oclif/core/lib/errors/exit.js:6
throw new exit_1.ExitError(code);
^
ExitError: EEXIT: 130
at Object.exit (/Users/tjodwalis/.local/share/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@oclif/core/lib/errors/exit.js:6:11)
at LightningDevApp.exit (/Users/tjodwalis/.local/share/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@oclif/core/lib/command.js:183:16)
at process.<anonymous> (file:///Users/tjodwalis/.local/share/sf/node_modules/@salesforce/plugin-lightning-dev/node_modules/@salesforce/sf-plugins-core/lib/sfCommand.js:265:22)
at process.emit (node:events:531:35)
at Signal.callbackTrampoline (node:internal/async_hooks:130:17) {
code: 'EEXIT',
oclif: { exit: 130 },
skipOclifErrorHandling: undefined,
suggestions: undefined
}
Node.js v21.4.0
Summary
The plugin opens and runs properly, but when trying to simply kill the running process in terminal with Ctrl-c, the process does not exit gracefully, throws ExitError: EEXIT: 130
Also the local url is still available in the tab to navigate (not sure if this should be intended) but changes are not reflected when making them locally (intended)
Steps To Reproduce:
sf lightning dev app --target-org
Expected Result
A message or something stating the plugin and node process has stopped running
Actual Result
Additional Information
Screenshots:
Please see actual result above ^^
Logs:
Please see actual result above ^^
System Information
SF CLI:
zsh
OS:
Apple M3 Pro 14.7.1 (23H222)
The text was updated successfully, but these errors were encountered: