We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f4ae1 commit fec4d88Copy full SHA for fec4d88
src/webviews/extension-side/dataframe/dataframeController.ts
@@ -237,7 +237,7 @@ export class DataframeController implements IExtensionSyncActivationService {
237
238
await workspace.fs.writeFile(uri, encoder.encode(csv));
239
240
- await window.showInformationMessage(l10n.t('File saved to {0}', uri));
+ await window.showInformationMessage(l10n.t('File saved to {0}', String(uri)));
241
}
242
} catch (error) {
243
const message = error instanceof Error ? error.message : String(error);
0 commit comments