We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b11556 commit eb7f842Copy full SHA for eb7f842
TermiC.sh
@@ -62,7 +62,7 @@ while true;do
62
$compiler -w -x$lang <(echo "`cat $sourceFile.tmp`}") -o $binaryFile && compiledSuccessfully=true
63
64
if $compiledSuccessfully;then
65
- retval=`./$binaryFile`
+ retval=`./$binaryFile 2>&1`
66
[[ $retval == "" ]] && mv $sourceFile.tmp $sourceFile || echo "$retval"
67
fi
68
0 commit comments