Skip to content

Commit c603508

Browse files
committed
lint
1 parent 520dae3 commit c603508

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.eslintrc.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ module.exports = {
1111
],
1212
plugins: [],
1313
rules: {
14-
"indent": "off",
15-
"@typescript-eslint/indent": [
16-
"error",
17-
4,
18-
{
19-
"SwitchCase": 1
20-
}
21-
],
2214
"quotes": [
2315
"error",
2416
"double",

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class GoogleSpreadsheet extends utils.Adapter {
7777

7878
callback();
7979
} catch (e) {
80+
this.log.error("Error during unload: " + JSON.stringify(e));
8081
callback();
8182
}
8283
}

0 commit comments

Comments
 (0)