Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
khlee12 opened this issue Jul 14, 2016 · 0 comments
Open

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

khlee12 opened this issue Jul 14, 2016 · 0 comments

Comments

@khlee12
Copy link
Contributor

khlee12 commented Jul 14, 2016

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

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

@khlee12 khlee12 changed the title node_definition.rb node_definition.rb、Byte&Character追加時のUnknownエラー Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant