Missing format() function.
1 parent ea23553 commit 041d47a198f34ad0f2e4fbc5f6c96b04c219c1a4
@ponce ponce authored on 5 Jul 2014
Showing 1 changed file
View
2
■■■
source/dub/packagemanager.d
// delete package files physically
logDebug("Looking up journal");
auto journalFile = pack.path~JournalJsonFilename;
if (!existsFile(journalFile))
throw new Exception("Removal failed, no retrieval journal found for '"~pack.name~"'. Please remove the folder '%s' manually.", pack.path.toNativeString());
throw new Exception(format("Removal failed, no retrieval journal found for '"~pack.name~"'. Please remove the folder '%s' manually.", pack.path.toNativeString()));
 
auto packagePath = pack.path;
auto journal = new Journal(journalFile);