0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00

doc: vm: update github issues link

This commit is contained in:
Ben Noordhuis 2013-06-28 12:31:37 +02:00
parent cf6acf2a1a
commit 9290385057

View File

@ -14,7 +14,7 @@ JavaScript code can be compiled and run immediately or compiled, saved, and run
The `vm` module has many known issues and edge cases. If you run into
issues or unexpected behavior, please consult [the open issues on
GitHub](https://github.com/joyent/node/search?q=vm+state%3Aopen&type=Issues).
GitHub](https://github.com/joyent/node/issues?labels=vm&state=open).
Some of the biggest problems are described below.
### Sandboxes