Skip to content

/ in output filepath is overlapped  #27

@t-ide

Description

@t-ide

To help us understand the issue, please fill-in as much of the following information as you can:

What are the steps to reproduce?

End output file path with /

e.g.

node bin/node-red-nodegen.js samples/lower-case.js -o /tmp/node-red-test/nodes/

What happens?

/ is overlapped.

e.g.

/tmp/node-red-test/nodes//node-red-contrib-lowercase

What do you expect to happen?

/ is NOT overlapped.

e.g.

/tmp/node-red-test/nodes/node-red-contrib-lowercase

Please tell us about your environment:

  • node.js version: v7.8.0
  • npm version: 4.2.0
  • Platform/OS: Ubuntu 16.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions