mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-08-20 15:02:40 +00:00
0.1.5.
This commit is contained in:
parent
916d5a74fc
commit
ae20e1237d
7 changed files with 278 additions and 227 deletions
|
@ -1,6 +1,6 @@
|
|||
// https://github.com/apexskier/nova-json-language-server/blob/a64f704bee06071ad6fd82062a3656669d62b0a8/src/main.ts#L18-L32
|
||||
export async function makeFileExecutable(file: string) {
|
||||
return new Promise((resolve, reject) => {
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
const process = new Process('/usr/bin/env', {
|
||||
args: ['chmod', 'u+x', file],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue