When I try to use it with following configuration, it throws `TypeError: Cannot read property 'toString' of null` ``` prettier.format("print('Hello, world!')", { parser: 'python', plugins: ['@prettier/plugin-python'], }); ```
When I try to use it with following configuration, it throws
TypeError: Cannot read property 'toString' of null