mirror of
https://github.com/gechandesu/runcmd.git
synced 2026-03-05 18:11:53 +03:00
Compare commits
2 Commits
v0.2.0
...
acd7a0cfc6
| Author | SHA1 | Date | |
|---|---|---|---|
| acd7a0cfc6 | |||
| 4df4fcec47 |
2
cmd.v
2
cmd.v
@@ -272,7 +272,7 @@ pub fn (mut c Command) start() !int {
|
||||
}
|
||||
}
|
||||
|
||||
if c.ctx != none && c.cancel != none {
|
||||
if c.ctx != none {
|
||||
printdbg('${@METHOD}: start watching for context')
|
||||
go c.ctx_watch()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user