Skip to content

Commit 8685d14

Browse files
improves logging message when scripts aren't found
1 parent 77599de commit 8685d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DarkId.Papyrus.Server/ProjectHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void ResolveSources()
8484
_logger.LogInformation($"\t\tLoaded {scriptCount} scripts");
8585
} else
8686
{
87-
_logger.LogInformation("\t\tNo scripts found! This is a problem.");
87+
_logger.LogInformation("\t\tNo scripts found! If your .ppj Imports include remotes (i.e. links to git repositories), you must run Pyro to download them.");
8888
}
8989
}
9090
_logger.LogInformation("Done");

0 commit comments

Comments
 (0)