use createCachedData when possible

This commit is contained in:
Johannes Rieken
2019-01-17 12:00:26 -08:00
parent 311fa7e8b0
commit 59d2055502
2 changed files with 41 additions and 17 deletions

View File

@@ -268,7 +268,8 @@ function getNodeCachedDir() {
}
jsFlags() {
return this.value ? '--nolazy' : undefined;
// return this.value ? '--nolazy' : undefined;
return undefined;
}
ensureExists() {