Skip to content

Commit 8603109

Browse files
committed
Double quotes for property name
1 parent 322a30c commit 8603109

File tree

1 file changed

+1
-1
lines changed
  • SwiftFormat.novaextension/Scripts

1 file changed

+1
-1
lines changed

SwiftFormat.novaextension/Scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function swiftFormat(text) {
2626

2727
const process = new Process(executablePath(), {
2828
"args": args,
29-
shell: true,
29+
"shell": true,
3030
"stdin": "pipe"
3131
})
3232

0 commit comments

Comments
 (0)