diff options
Diffstat (limited to 'StrawKit/Applications/Test MPA Application.app')
-rw-r--r-- | StrawKit/Applications/Test MPA Application.app/Main.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/StrawKit/Applications/Test MPA Application.app/Main.js b/StrawKit/Applications/Test MPA Application.app/Main.js index 20e30c5..f2d70da 100644 --- a/StrawKit/Applications/Test MPA Application.app/Main.js +++ b/StrawKit/Applications/Test MPA Application.app/Main.js @@ -41,5 +41,12 @@ module.exports = () => { } } + Strawberry.Panes[3] = { + name: "Make the app/OS crash", + load: () => { + throw new Error("Activated crash item"); + } + } + Strawberry.StartLoad(); }
\ No newline at end of file |