Skip to content

Print names of output files if it's not the name given for --out #1123

@ispringer

Description

@ispringer
$ quicktype --version
quicktype version 15.0.158
$ cat foo.ts
interface Tester {
    name: string;
}
$ quicktype foo.ts -o foo.java --debug
Error: Cannot read property 'split' of null.
$ echo $?
1
$ cat foo.java
cat: foo.java: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions