Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
The warning
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 30, 2012
1 parent 368fd67 commit b80f69c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -15,3 +15,10 @@ gr("binding.gyp", function (er, data) {
// data is an object
})
```

## Warning

The gyp file is evaled in a python subprocess. Do not run this on gyp
files that you are not sure of. This module should only be used if
you're probably going to run `gyp` on them anyway, and presumably
they're trustworthy.

0 comments on commit b80f69c

Please sign in to comment.