| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -182,7 +182,7 @@ directory will be recreated the next time the same directory is used for for com | |||
| 182 | 182 | storage. To avoid filling up the disk with stale cache, it is recommended to use a directory | |
| 183 | 183 | under the [`os.tmpdir()`][]. If the compile cache is enabled by a call to | |
| 184 | 184 | [`module.enableCompileCache()`][] without specifying the directory, Node.js will use | |
| 185 | - the [`NODE_DISABLE_COMPILE_CACHE=1`][] environment variable if it's set, or defaults | ||
| 185 | + the [`NODE_COMPILE_CACHE=dir`][] environment variable if it's set, or defaults | ||
| 186 | 186 | to `path.join(os.tmpdir(), 'node-compile-cache')` otherwise. To locate the compile cache | |
| 187 | 187 | directory used by a running Node.js instance, use [`module.getCompileCacheDir()`][]. | |
| 188 | 188 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments