Skip to content

Commit

Permalink
Typo in windows service installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Apr 21, 2024
1 parent 85460ee commit dae1ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/service",
"version": "1.0.2",
"version": "1.0.3",
"fmt": {
"lineWidth": 200
},
Expand Down
2 changes: 1 addition & 1 deletion lib/managers/windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class WindowsService {
}
}

batchFileContent += `"deno run -A --allow-ffi --unstable https://deno.land/x/[email protected]/run.ts --serviceName ${options.name} -- ${options.cmd}\n`;
batchFileContent += `deno run -A --allow-ffi --unstable https://deno.land/x/[email protected]/run.ts --serviceName ${options.name} -- ${options.cmd}\n`;
await true;

return batchFileContent;
Expand Down

0 comments on commit dae1ea1

Please sign in to comment.