Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946b273 commit 1a83657Copy full SHA for 1a83657
‎localstack-core/localstack/runtime/main.py
@@ -96,6 +96,7 @@ def _terminate_localstack(sig: int, frame):
96
try:
97
runtime.run()
98
except LocalstackExit as e:
99
+ sys.stdout.write(f"Localstack returning with exit code {e.code}. Reason: {e}")
100
sys.exit(e.code)
101
except Exception as e:
102
sys.stdout.write(f"ERROR: the LocalStack runtime exited unexpectedly: {e}\n")
0 commit comments