mirror of
https://github.com/gechandesu/runcmd.git
synced 2026-01-23 23:04:13 +03:00
Compare commits
2 Commits
| 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