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.
2 parents e2f52bf + 7c3fab6 commit 679e5d6Copy full SHA for 679e5d6
internal/jobcan/adit.go
@@ -52,6 +52,7 @@ func (c *jobcanClient) Adit() aditResult {
52
53
aditResult := aditResult{}
54
aditResult.BeforeWorkingStatus = webBrowser.fetchWorkingStatus()
55
+ aditResult.Clock = webBrowser.fetchClock()
56
57
c.outputVerboseMessage(fmt.Sprintf("Adit process. noAdit: %v", c.NoAdit))
58
if c.NoAdit {
@@ -62,7 +63,6 @@ func (c *jobcanClient) Adit() aditResult {
62
63
64
// Wait for rendering
65
time.Sleep(1 * time.Second)
- aditResult.Clock = webBrowser.fetchClock()
66
aditResult.AfterWorkingStatus = webBrowser.fetchWorkingStatus()
67
68
return aditResult
0 commit comments