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:
@ -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.
|
||||
""")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user