OLD | NEW |
1 Starting session. Type 'help' for a list of commands. | 1 Starting session. Type 'help' for a list of commands. |
2 | 2 |
3 > r | 3 > r |
4 Compile error: main is malformed. | 4 Compile error: main is malformed. |
5 > bt | 5 > bt |
6 > t internal | 6 > t internal |
7 ### internal frame visibility set to: true | 7 ### internal frame visibility set to: true |
8 > bt | 8 > bt |
9 * 0: yield | 9 * 0: yield |
10 1: compileError @yield(InterruptKind.compileTimeError.index) | 10 1: compileError @yield(InterruptKind.compileTimeError.index) |
11 2: callMain @invokeMain(arguments) | 11 2: callMain @invokeMain(arguments) |
12 3: entry @callMain([]) | 12 3: entry @callMain([]) |
13 > q | 13 > q |
14 Non-zero exit code from 'fletch-vm' (254). | 14 Non-zero exit code from 'dartino-vm' (254). |
OLD | NEW |