[#138] Add line numbers to C# stack traces

This commit is contained in:
Radon Rosborough 2021-11-07 09:40:29 -08:00
parent 1b529af997
commit 18bfc4b0c5
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ template: |
} }
compile: | compile: |
mcs main.cs mcs -debug main.cs
run: | run: |
mono main.exe mono --debug main.exe
format: format:
run: | run: |