Skip to content

Commit

Permalink
Bump @types/node from 17.0.6 to 22.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spitzerd committed Aug 30, 2024
1 parent e5dfc51 commit 87981b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,7 @@
},
"devDependencies": {
"@types/mocha": "10.0.7",
"@types/node": "17.0.6",
"@types/node": "22.5.1",
"@types/rimraf": "3.0.2",
"@types/semver": "7.5.8",
"@types/tar": "6.1.13",
Expand Down
2 changes: 1 addition & 1 deletion src/ExternalFileManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default class ExternalFileManager {
return path;
}

private onFileWatcherEvent(filePath: string, eventType: string, _: string): void {
private onFileWatcherEvent(filePath: string, eventType: string): void {
if (!Fs.existsSync(filePath)) {
Logger.log(i18n('stoppedWatchingExternalSettingFileDueToDeletion', filePath));

Expand Down

0 comments on commit 87981b7

Please sign in to comment.