Fixed finExe in nimscript
This commit is contained in:
parent
119be481df
commit
22485bbd6a
2 changed files with 4 additions and 1 deletions
|
|
@ -155,6 +155,8 @@ proc setupVM(graph: ModuleGraph; module: PSym; scriptName: string, flags: Flags)
|
|||
os.copyFile(getString(a, 0), getString(a, 1))
|
||||
cbos getLastModificationTime:
|
||||
setResult(a, toUnix(getLastModificationTime(getString(a, 0))))
|
||||
cbos findExe:
|
||||
setResult(a, os.findExe(getString(a, 0)))
|
||||
|
||||
cbos rawExec:
|
||||
setResult(a, osproc.execCmd getString(a, 0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue