can compile and run compiled languages. closes #1
This commit is contained in:
@@ -36,7 +36,8 @@ main :: proc() {
|
||||
log.errorf("Failed to execute code block: %v", err)
|
||||
return
|
||||
}
|
||||
log.infof("Stdout: %v", stdout)
|
||||
log.infof("Stderr: %v", stderr)
|
||||
|
||||
if stdout != "" do log.infof("Stdout: %v", strings.trim_space(stdout))
|
||||
if stderr != "" do log.infof("Stderr: %v", strings.trim_space(stderr))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user