Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent 74f8c91 commit 51e844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SVGO from 'svgo'; // πŸ”Ά
// console.log("βœ… networkInterfaces:", networkInterfaces)
// console.log("βœ… process.env:", process.env)
// console.log("βœ… process.env:", process.env)
console.log("βœ… process.argv:", process.argv)
// console.log("βœ… process.argv:", process.argv)

const args = process.argv.slice(2); //πŸ”Ά Remove node and script paths
const argSvgo = String(args.includes('-svgo'));
Expand Down

0 comments on commit 51e844a

Please sign in to comment.