1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-06 19:40:08 +02:00

👌 Adjust error message

This commit is contained in:
2023-10-26 17:14:23 +02:00
parent 5594130ccd
commit 1ae7a20870

View File

@ -23,8 +23,8 @@ class ConfigWatchManager {
init(for url: URL) {
if FileSystem is TestableFileSystem {
fatalError("""
PhpConfigWatcher is not compatible with testable FS!"
You are not allowed to instantiate these while using a testable FS.
ConfigWatchManager is currently incompatible with a testable filesystem!"
You are not allowed to instantiate these while using a testable filesystem.
""")
}