Skip to content

Commit 44d5630

Browse files
committed
Disable compilation again
1 parent 1eed945 commit 44d5630

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/run.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ then
136136
# TODO: interpret the tsc_result lines and pull out the source.
137137
# We actually already have code to do this, given the cursor position
138138
#
139-
tsc_result="The submitted code didn't compile. We have collected the errors encountered during compilation. At this moment the error messages are not very read-friendly, but it's a start. We are working on a more helpful output.\n-------------------------------\n$tsc_result"
140-
echo "{ \"version\": 1, \"status\": \"error\", \"message\": \"$tsc_result\" }" > $result_file
141-
sed -Ei ':a;N;$!ba;s/\r{0,1}\n/\\n/g' $result_file
139+
# tsc_result="The submitted code didn't compile. We have collected the errors encountered during compilation. At this moment the error messages are not very read-friendly, but it's a start. We are working on a more helpful output.\n-------------------------------\n$tsc_result"
140+
# echo "{ \"version\": 1, \"status\": \"error\", \"message\": \"$tsc_result\" }" > $result_file
141+
# sed -Ei ':a;N;$!ba;s/\r{0,1}\n/\\n/g' $result_file
142142
# Test runner didn't fail!
143-
exit 0
143+
# exit 0
144144
else
145145
echo "tsc compilation success"
146146
fi

0 commit comments

Comments
 (0)