Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

node_definition.rb、Byte&Character追加時のUnknownエラー #29

@khlee12

Description

@khlee12
            #
            # Factor
            #
            {
                "Bool" => :boolean,
                "Int" => :int,
                "Long" => :long,
                "Double" => :double,
                "String" => String,
                "Byte" => :byte,
                "Character" => :char
            }

ByteとCharacterをnode_definition.rbファイルに追加した時にUnknown errorが発生

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions