add a virtual workspace so subprojects are detected if the main repository is opened in an IDE

This commit is contained in:
Nathan Stocks
2021-11-19 17:46:32 -07:00
parent a1ff2481f8
commit 528cf7d6cb
3 changed files with 7 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ impl Puzzle {
}
/// Load a puzzle from a file
pub fn from_file(_fh: File) -> Result<Self, PuzzleError> {
println!("HERE");
error!("This file is missing a piece!");
Err(PuzzleError::MissingPiece)
}