Skip to content

Commit 1d35fa8

Browse files
Update panic.md
1 parent 6d42778 commit 1d35fa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/panic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ TypeScript: ``` ts
1111
}
1212

1313
C++: ``` cpp
14+
1415
void pxtrt::panic(int code) {
1516
soft_panic(code); // because this is a high level panic function, it calls the safe normal panic, not a hard crash panic
1617
}

0 commit comments

Comments
 (0)