Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 18, 2024
1 parent e9475f0 commit fd6bfbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/rsaKey.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
const crypto = require('crypto');
const RSAKey = (function () {
function a(a, b, c) {
Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2740,6 +2740,7 @@ class Parcel extends utils.Adapter {
this.refreshTokenInterval && clearInterval(this.refreshTokenInterval);
callback();
} catch (e) {
this.log.error('Error onUnload: ' + e);
callback();
}
}
Expand Down

0 comments on commit fd6bfbc

Please sign in to comment.