We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e67f9 commit 5612ec1Copy full SHA for 5612ec1
svgo-inkscape/svgo.inkscape.py
@@ -59,6 +59,8 @@ def getCommand(self, name, option):
59
60
def effect(self):
61
command = "./node/bin/node svgo.js --file=" + self.options.input_file
62
+ # windows
63
+ # command = "node.exe svgo.js --file=" + self.options.input_file
64
65
optionsDict = self.options.__dict__
66
0 commit comments