No. | e | Location | Class Type | Issues | Name | Lib.Harmony | API |
---|---|---|---|---|---|---|---|
1 | ExampleMod |
ExampleMod |
ExampleMod | 0H: 2.0.4.0 |
1.0.6.0 |
||
2 | x | HarmonyMod |
HarmonyMod |
Harmony | 0H: 2.0.1.0 |
||
4 | x | SupplyChainColoring |
SupplyChainColoring |
Supply Chain Coloring 1.1.1 | 0H: 2.0.4.0 |
||
5 | x | Test.Harmony-1.0.3 |
HarmonyMod.Tests |
_Test.Harmony | 0H: 2.0.0.9 |
1.0.3.0 |
|
6 | x | Test.Harmony-1.0.4 |
HarmonyMod.Tests |
_Test.Harmony | 0H: 2.0.0.9 |
1.0.4.0 |
|
7 | x | Test.Harmony-1.0.5 |
HarmonyMod.Tests |
_Test.Harmony | 0H: 2.0.1.0 |
1.0.5.0 |
No. | e | Location | Class Type | Issues | Name | Lib.Harmony | API |
---|---|---|---|---|---|---|---|
1 | 2696146165 |
EManagersLib |
Extended Managers 1.0.3 | CH: 2.0.4.0 |
2.0.0.0 |
||
2 | 2696146766 |
PropAnarchy |
|
Prop Anarchy 0.6.8 | CH: 2.0.4.0 |
2.0.0.0 |
|
3 | 1619685021 |
MoveIt |
Exceptions thrown: 2 NullReferenceException at MoveIt.MoveItLoader.UninstallMod in D:\CSLMods\CS-MoveIt\Repo\MoveIt\MoveItLoader.cs:81: 2 timesExceptions triggered: 2 incidents from 1 locations NullReferenceException: Object reference not set to an instance of an object from MoveIt.ModInf |
More CSS-only patterns: https://github.com/Afif13/CSS-Pattern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (process.send) { | |
process.send("Hello"); | |
} | |
process.on('message', message => { | |
console.log('message from parent:', message); | |
}); |