Skip to content

Commit c367f37

Browse files
committed
fix: add fs module
1 parent 7ddb890 commit c367f37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/link.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const spawn = require('../spawn');
22
const path = require("path")
3+
const fs = require('fs')
34
const { color } = require('../fonts');
45

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

0 commit comments

Comments
 (0)