Description
In DebugFilesystem.assertNoOpenStreams if there are open streams an exception is thrown showing the number of open streams. This doesn't help much to debug where the open streams were leaked.
The exception should also report where the stream was leaked. This can be done through a cause exception.