mirror of
https://github.com/misskey-dev/SyslogPro.git
synced 2025-04-29 02:37:18 +09:00
Merge pull request #3 from zeit/refactor-async-await
refactor to use async/await, change to not return Promise on some met…
This commit is contained in:
commit
e3f850b923
@ -3,5 +3,8 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"node": true,
|
"node": true,
|
||||||
"es6": true
|
"es6": true
|
||||||
|
},
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": "2018"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1462
tests/syslog.test.js
1462
tests/syslog.test.js
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user