Skip to content

Error message missing if output is not a string #68

@Metaxal

Description

@Metaxal

The following script should show an exception that the output is not a string, or maybe convert the result to a string:

#lang racket/base
(require quickscript)

(define-script sloc
  #:label "foo"
  #:output-to message-box
  (λ (selection)
    0))

Currently, it just doesn't show a message box at all, and fails to indicate it fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions