Skip to content

Commit

Permalink
fix: add fs module
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 3, 2024
1 parent 7ddb890 commit c367f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/link.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const spawn = require('../spawn');
const path = require("path")
const fs = require('fs')
const { color } = require('../fonts');

module.exports = async (repos, args) => {
Expand Down

0 comments on commit c367f37

Please sign in to comment.