Try with static cache key

pull/26/head
Webber Takken 2020-01-25 18:03:29 +01:00 committed by GitHub
parent 159547a87d
commit faff46aead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Cache {
static get libraryKey() { static get libraryKey() {
const { projectPath } = Input.getFromUser(); const { projectPath } = Input.getFromUser();
return `${projectPath}`; return `alwaysthesame`;
} }
static async load() { static async load() {