WIP on diagnostic.

This commit is contained in:
John Livingston
2021-04-14 18:15:43 +02:00
parent faa12de768
commit d536625f7b
2 changed files with 59 additions and 25 deletions

View File

@ -15,7 +15,7 @@ export async function diagProsody (test: string, options: RegisterServerOptions)
return result
}
// FIXME: these tests should also be in testProsodyCorrectlyRunning. Remove from here?
// FIXME: these tests are very similar to tests in testProsodyCorrectlyRunning. Remove from here?
// Testing the prosody config file.
try {
const filePath = await getProsodyConfigPath(options)