Skip to content

Commit 601f50f

Browse files
committed
cleanup
1 parent e71c06a commit 601f50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function createScript(filename, version) {
181181
if (error) {
182182
return console.log(error);
183183
}
184-
console.log('The file was saved! \n' + script);
184+
console.log('The file was saved!');
185185
});
186186
});
187187
}

src/install.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async function createScript(filename: string, version: string) {
161161
if (error) {
162162
return console.log(error);
163163
}
164-
console.log('The file was saved! \n' + script);
164+
console.log('The file was saved!');
165165
});
166166
}
167167

0 commit comments

Comments
 (0)