compile fix
This commit is contained in:
parent
ea2d1b6576
commit
c4bcd19f46
|
@ -87,6 +87,11 @@ public class SnapShotGenerationTests {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IContextResourceLoader getNewLoader(NpmPackage npm) {
|
||||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public enum TestFetchMode {
|
||||
|
|
Loading…
Reference in New Issue