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')
|
printdbg('${@METHOD}: start watching for context')
|
||||||
go c.ctx_watch()
|
go c.ctx_watch()
|
||||||
}
|
}
|
||||||
|
|||||||
2
v.mod
2
v.mod
@@ -1,7 +1,7 @@
|
|||||||
Module {
|
Module {
|
||||||
name: 'runcmd'
|
name: 'runcmd'
|
||||||
description: 'Run external commands'
|
description: 'Run external commands'
|
||||||
version: '0.2.0'
|
version: '0.2.1'
|
||||||
license: 'Unlicense'
|
license: 'Unlicense'
|
||||||
repo_url: 'https://github.com/gechandesu/runcmd'
|
repo_url: 'https://github.com/gechandesu/runcmd'
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|||||||
Reference in New Issue
Block a user