[PR #41] [MERGED] Fix: exit on SIGINT #37

Closed
opened 2026-05-23 08:35:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-client/pull/41
Author: @appy-one
Created: 11/22/2022
Status: Merged
Merged: 11/30/2022
Merged by: @appy-one

Base: masterHead: fix/sigint-exit


📝 Commits (5)

📊 Changes

12 files changed (+79 additions, -9 deletions)

View changed files

📝 dist/browser.js (+12 -1)
📝 dist/browser.min.js (+1 -1)
📝 dist/cjs/acebase-client.js (+9 -0)
📝 dist/cjs/acebase-client.js.map (+1 -1)
📝 dist/esm/acebase-client.js (+9 -0)
📝 dist/esm/acebase-client.js.map (+1 -1)
📝 dist/types/acebase-client.d.ts.map (+1 -1)
📝 package.json (+1 -1)
📝 src/acebase-client.ts (+10 -0)
📝 test/cjs/run.js (+10 -1)
📝 test/esm/run.js (+10 -1)
📝 test/src/run.ts (+14 -1)

📄 Description

Closes #32
Not tested yet


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-client/pull/41 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 11/22/2022 **Status:** ✅ Merged **Merged:** 11/30/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/sigint-exit` --- ### 📝 Commits (5) - [`8814047`](https://github.com/appy-one/acebase-client/commit/88140478c19bf87c297a82144d0b60b6afab041d) add SIGINT handler to fix #32 - [`de8a48b`](https://github.com/appy-one/acebase-client/commit/de8a48b5438fbf24db587e20f0341189b8ba9a8e) browserify ignore process - [`34bcead`](https://github.com/appy-one/acebase-client/commit/34bceaddedd853d7b2c4de719d62e97118ead4cb) chore: build - [`ab40b86`](https://github.com/appy-one/acebase-client/commit/ab40b86add2bdc945b4b8fd1892a1d2db1fc2f42) Test SIGINT event tests - [`61f6b5c`](https://github.com/appy-one/acebase-client/commit/61f6b5c00465ea63a014b24cb9c5c40a094fbcfd) chore: build ### 📊 Changes **12 files changed** (+79 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `dist/browser.js` (+12 -1) 📝 `dist/browser.min.js` (+1 -1) 📝 `dist/cjs/acebase-client.js` (+9 -0) 📝 `dist/cjs/acebase-client.js.map` (+1 -1) 📝 `dist/esm/acebase-client.js` (+9 -0) 📝 `dist/esm/acebase-client.js.map` (+1 -1) 📝 `dist/types/acebase-client.d.ts.map` (+1 -1) 📝 `package.json` (+1 -1) 📝 `src/acebase-client.ts` (+10 -0) 📝 `test/cjs/run.js` (+10 -1) 📝 `test/esm/run.js` (+10 -1) 📝 `test/src/run.ts` (+14 -1) </details> ### 📄 Description Closes #32 ~Not tested yet~ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:35:06 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-client#37
No description provided.