1 parent 520dae3 commit c603508Copy full SHA for c603508
2 files changed
.eslintrc.js
@@ -11,14 +11,6 @@ module.exports = {
11
],
12
plugins: [],
13
rules: {
14
- "indent": "off",
15
- "@typescript-eslint/indent": [
16
- "error",
17
- 4,
18
- {
19
- "SwitchCase": 1
20
- }
21
- ],
22
"quotes": [
23
"error",
24
"double",
src/main.ts
@@ -77,6 +77,7 @@ class GoogleSpreadsheet extends utils.Adapter {
77
78
callback();
79
} catch (e) {
80
+ this.log.error("Error during unload: " + JSON.stringify(e));
81
82
}
83
0 commit comments