Skip to content

Commit

Permalink
Merge pull request #307 from grahambates/exception_mask_default
Browse files Browse the repository at this point in the history
fix: exception mask default
  • Loading branch information
prb28 authored Jun 23, 2024
2 parents 241da89 + 1463f7e commit b46851b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
30 changes: 23 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"exceptionMask": {
"type": "number",
"description": "Mask used to catch the exceptions",
"default": 8188
"default": 60
},
"emulatorType": {
"type": "string",
Expand Down Expand Up @@ -402,7 +402,7 @@
"exceptionMask": {
"type": "number",
"description": "Mask used to catch the exceptions",
"default": 8188
"default": 60
}
}
}
Expand Down Expand Up @@ -594,7 +594,7 @@
"exceptionMask": {
"type": "number",
"description": "Mask used to catch the exceptions",
"default": 8188
"default": 60
},
"emulatorStartDelay": {
"type": "number",
Expand Down Expand Up @@ -723,7 +723,7 @@
"exceptionMask": {
"type": "number",
"description": "Mask used to catch the exceptions",
"default": 8188
"default": 60
},
"emulatorStartDelay": {
"type": "number",
Expand Down Expand Up @@ -1004,9 +1004,9 @@
"axios": "^1.6.7",
"extract-zip": "^2.0.1",
"glob": "^10.3.10",
"uae-dap": "^1.1.4",
"uae-dap": "^1.1.5",
"uuid": "^9.0.1",
"winston": "^3.11.0",
"winston-transport": "^4.6.0"
}
}
}

0 comments on commit b46851b

Please sign in to comment.