We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5dcda commit 83083a2Copy full SHA for 83083a2
src/loader.ts
@@ -389,7 +389,7 @@ abstract class AbstractLoader implements Loader {
389
this.targetPath = targetPath;
390
}
391
392
- async load({useStale = true}: LoadOptions = {}, effects = defaultEffects): Promise<string> {
+ async load({useStale = false}: LoadOptions = {}, effects = defaultEffects): Promise<string> {
393
const loaderPath = join(this.root, this.path);
394
const key = join(this.root, this.targetPath);
395
let command = runningCommands.get(key);
0 commit comments