You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While streaming an AppMap to disk, the contents of the file should be written to a temporary file. Once the file has been finalized and closed, the temporary file is moved to its real destination.
Files in progress are written to ${filename}.appmap.json.partial
Once finalized, ${filename}.appmap.json.partial is moved to ${filename}.appmap.json
The text was updated successfully, but these errors were encountered:
On Wed, Apr 28, 2021 at 4:31 PM Dustin Byrne ***@***.***> wrote:
While streaming an AppMap to disk, the contents of the file should be
written to a temporary file. Once the file has been finalized and closed,
the temporary file is moved to its real destination.
- Files in progress are written to ${filename}.appmap.json.partial
- Once finalized, ${filename}.appmap.json.partial is moved to
${filename}.appmap.json
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#78>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVC63WR5X7O5Y2JVOSMSTTLBWB7ANCNFSM43XZFUGQ>
.
While streaming an AppMap to disk, the contents of the file should be written to a temporary file. Once the file has been finalized and closed, the temporary file is moved to its real destination.
${filename}.appmap.json.partial
${filename}.appmap.json.partial
is moved to${filename}.appmap.json
The text was updated successfully, but these errors were encountered: