mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[PR #41] [MERGED] Fix: exit on SIGINT #37
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix/sigint-exit📝 Commits (5)
8814047add SIGINT handler to fix #32de8a48bbrowserify ignore process34bceadchore: buildab40b86Test SIGINT event tests61f6b5cchore: build📊 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.