Skip to content

Commit

Permalink
chore(script):modify some script example
Browse files Browse the repository at this point in the history
  • Loading branch information
ni00 committed Jul 11, 2023
1 parent 2a5f912 commit f093e80
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions scripts-example/schema/Person.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
syntax = "proto3";

message Person {
int32 id = 1;
string name = 2;
}
2 changes: 1 addition & 1 deletion src/lang/connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ export default {
hu: 'Legalább egy tanúsítványfájlt töltsön fel',
},
usedScript: {
zh: '使用',
zh: '已使用',
en: 'Used',
tr: '',
ja: '',
Expand Down
2 changes: 1 addition & 1 deletion src/views/connections/ConnectionsDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ export default class ConnectionsDetail extends Vue {
count,
)
} catch (error) {
this.$message.error((error as Error).toString())
this.$message.error(`Function Error: ${(error as Error).toString()}`)
}
}
return convertPayload
Expand Down

0 comments on commit f093e80

Please sign in to comment.