Skip to content

Commit 5c27647

Browse files
committed
Update unity patterns
1 parent bf3e898 commit 5c27647

File tree

3 files changed

+52
-6
lines changed

3 files changed

+52
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

dist/patterns/unity.js

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patterns/unity.js

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,42 @@ module.exports = [
1111
},
1212
{
1313
"regex": "\\: error",
14-
"result": "Compilation error.",
14+
"result": "Error.",
15+
"showLine": 3
16+
},
17+
{
18+
"regex": "error\\:",
19+
"result": "Error.",
1520
"showLine": 3
1621
},
1722
{
1823
"regex": "Task \"Exporting development IPA from xcode archive\" failed",
1924
"result": "ios certificate error.",
2025
"showLine": 0
2126
},
27+
{
28+
"regex": "Error Domain=DVTPortalServiceErrorDomain",
29+
"result": "ios upload error.",
30+
"showLine": 0
31+
},
2232
{
2333
"regex": "file must contain a higher version than that of the previously approved version",
2434
"result": "Cannot upload the same version to apple store.",
2535
"showLine": 0
36+
},
37+
{
38+
"regex": "Nested Prefab problem",
39+
"result": "Nested prefab problem.",
40+
"showLine": 0
41+
},
42+
{
43+
"regex": "UnityException\\: Creating asset at path",
44+
"result": "Asset creation failed.",
45+
"showLine": 0
46+
},
47+
{
48+
"regex": "Object reference not set to an instance of an object",
49+
"result": "null reference exception.",
50+
"showLine": 3
2651
}
2752
]

0 commit comments

Comments
 (0)