Skip to content

Commit 93db1b6

Browse files
committed
windows
1 parent 7031560 commit 93db1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/postinstall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ axios({url, responseType: "stream"})
1515
return res.data.pipe(createWriteStream(join(__dirname, "graphql-anonymizer")));
1616
})
1717
.then(() => {
18-
console.log(`graphql-anonymizer has been installed!`);
18+
console.log(`graphql-anonymizer has been installed from ${url}`);
1919
})
2020
.catch(e => {
2121
console.log(e);

0 commit comments

Comments
 (0)