mirror of
https://github.com/gechandesu/runcmd.git
synced 2026-07-15 00:50:01 +03:00
Compare commits
2
Commits
v0.2.0
..
acd7a0cfc6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acd7a0cfc6 | ||
|
|
4df4fcec47 |
@@ -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