Skip to content

[Bug] Spaces in file name #1

Description

@wirhabenzeit

I think

const command = `java -jar ${libPath} ${args.join(' ')} ${filePath}`;

should be changed to

const command = `java -jar ${libPath} ${args.join(' ')} "${filePath}"`;

to allow for spaces in the file name. The current version gives

Error: Need exactly one filename

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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