Skip to content

Commit

Permalink
chore: update copyright (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess authored Jan 5, 2025
1 parent 2337856 commit 2b32216
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 NodeSecure
Copyright (c) 2022-2025 NodeSecure

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function cwd(

return filePath;
}
catch (error) {
catch {
return null;
}
finally {
Expand Down
2 changes: 2 additions & 0 deletions src/utils/runInSpinner.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-unused-vars */

// Import Third-party Dependencies
import { Spinner } from "@topcli/spinner";
import kleur from "kleur";
Expand Down

0 comments on commit 2b32216

Please sign in to comment.