tfdbg: Fix a bug in source file content reading
Previously, calling strip() removed not only the trailing newline character, but also any leading spaces and tabs, which actually should be preserved. This CL fixes it. PiperOrigin-RevId: 180198179
Loading
Please sign in to comment