mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[PR #215] [MERGED] Adds error handling for removing watched files #258
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#258
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/NarrativeScience-old/log.io/pull/215
Author: @msmathers
Created: 1/16/2020
Status: ✅ Merged
Merged: 1/16/2020
Merged by: @msmathers
Base:
master← Head:fix/file-input-durability📝 Commits (2)
93c8347Adds error handling for removing watched filesc2a46a6change screen text color📊 Changes
8 files changed (+23 additions, -19 deletions)
View changed files
📝
inputs/file/package-lock.json(+1 -1)📝
inputs/file/package.json(+1 -1)📝
inputs/file/src/input.ts(+16 -12)📝
server/package-lock.json(+1 -1)📝
server/package.json(+1 -1)📝
ui/package-lock.json(+1 -1)📝
ui/package.json(+1 -1)📝
ui/src/components/screens/styles.scss(+1 -1)📄 Description
Adds better error handling for watched files being deleted off the file system. Will gracefully restart watching a file once it reappears.
Addresses issues similar to #161
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.