Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update copyright
Browse files Browse the repository at this point in the history
fabnguess committed Jan 5, 2025
1 parent 2337856 commit ac2b97f
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
2 changes: 1 addition & 1 deletion src/analysis/scanner.ts
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ export async function cwd(

return filePath;
}
catch (error) {
catch {
return null;
}
finally {
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";

0 comments on commit ac2b97f

Please sign in to comment.