mirror of https://github.com/requarks/wiki
10 lines
152 B
10 lines
152 B
7 years ago
|
// ------------------------------------
|
||
|
// Windows Event Log
|
||
|
// ------------------------------------
|
||
|
|
||
|
module.exports = {
|
||
|
init (logger, conf) {
|
||
|
|
||
|
}
|
||
|
}
|