Skip to content

Commit fb6226e

Browse files
committed
win
1 parent 6edf87f commit fb6226e

File tree

2 files changed

+1
-71
lines changed

2 files changed

+1
-71
lines changed

WINDOWS_COMPATIBILITY.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

packages/cli/src/commands/protogen/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default async (argv: CommandOptions): Promise<CommandOptions> => {
4444
await replaceTextInProtoJS(argv.outFile, argv.originalPackageName, argv.newPackageName);
4545
console.log('All operations completed successfully.');
4646
} catch (error) {
47+
// @ts-ignore
4748
console.error('An error occurred:', error.message);
4849
}
4950

0 commit comments

Comments
 (0)