Skip to content

Handling warnings in client-side tryCatch()  #1

@hilfigertout

Description

@hilfigertout

Currently, warnings from the client must be handled the same way as errors, stopping the command and returning the warning message to be sent to the server. The issue is that if warnings are not handled in this way, then either the command's output to the server is incorrect or the warning gets printed to the client's machine. The behavior we want is for the correct output to still be returned, and the warning to be invisible to the target, not printed to their terminal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions