This website requires JavaScript.
Explore
Help
Sign In
exceed
/
dc-recorder
Watch
1
Star
0
Fork
0
You've already forked dc-recorder
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
673a06376ca564b70fc014453e78d09006a22b62
dc-recorder
/
bun.lockb
297 lines
140 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2026-05-12 19:38:23 +07:00
#!/usr/bin/env bun
bun-lockfile-format-v0
feat: implement graceful shutdown process for bot - Added graceful shutdown functionality to handle SIGINT, SIGTERM, uncaught exceptions, and unhandled promise rejections. - Integrated stopRecording and pause functionality during shutdown. - Enhanced logging for shutdown steps and error handling. - Updated package.json to include pino-pretty for improved logging output.
2026-05-13 16:32:14 +07:00