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 322a30c commit 8603109Copy full SHA for 8603109
SwiftFormat.novaextension/Scripts/main.js
@@ -26,7 +26,7 @@ async function swiftFormat(text) {
26
27
const process = new Process(executablePath(), {
28
"args": args,
29
- shell: true,
+ "shell": true,
30
"stdin": "pipe"
31
})
32
0 commit comments