File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CLI utility to launch [n8n task runners](https://docs.n8n.io/PENDING).
66./task-runner-launcher launch -type javascript
772024/11/15 13:53:33 Starting to execute ` launch` command...
882024/11/15 13:53:33 Loaded config file loaded with a single runner config
9- 2024/11/15 13:53:33 Changed into working directory: /Users/ivov/Development/n8n -launcher/bin
9+ 2024/11/15 13:53:33 Changed into working directory: /Users/ivov/Development/task-runner -launcher/bin
10102024/11/15 13:53:33 Filtered environment variables
11112024/11/15 13:53:33 Authenticated with n8n main instance
12122024/11/15 13:53:33 Launching runner...
Original file line number Diff line number Diff line change 44 "flag"
55 "os"
66
7- "n8n -launcher/internal/commands"
8- "n8n -launcher/internal/logs"
7+ "task-runner -launcher/internal/commands"
8+ "task-runner -launcher/internal/logs"
99)
1010
1111func main () {
Original file line number Diff line number Diff line change 1- module n8n -launcher
1+ module task-runner -launcher
22
33go 1.23.3
44
Original file line number Diff line number Diff line change 44 "crypto/rand"
55 "encoding/hex"
66 "fmt"
7- "n8n -launcher/internal/logs"
7+ "task-runner -launcher/internal/logs"
88 "net/url"
99 "strings"
1010
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ package commands
22
33import (
44 "fmt"
5- "n8n -launcher/internal/auth"
6- "n8n -launcher/internal/config"
7- "n8n -launcher/internal/env"
8- "n8n -launcher/internal/logs"
5+ "task-runner -launcher/internal/auth"
6+ "task-runner -launcher/internal/config"
7+ "task-runner -launcher/internal/env"
8+ "task-runner -launcher/internal/logs"
99 "os"
1010 "os/exec"
1111)
You can’t perform that action at this time.
0 commit comments