Skip to content

Commit

Permalink
refactor: document the weird function name used
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Jul 5, 2024
1 parent ef95b72 commit 1389caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/repl/server/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class FlowRServerConnection {
})
})

// this is a weird function name that means "I am a callback that removes a file" - so this deletes the file
tempFile.removeCallback()
}

Expand Down

0 comments on commit 1389caf

Please sign in to comment.