You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/soroban-cli/src/commands/contract/bindings/typescript.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ pub enum Error {
39
39
Spec(#[from] spec_tools::Error),
40
40
#[error("Failed to get file name from path: {0:?}")]
41
41
FailedToGetFileName(PathBuf),
42
-
#[error("--output-dir basename is not a valid npm package name: {0}. Use only lowercase alphanumeric characters, hyphens, dots, and underscores")]
43
-
InvalidContractName(String),
42
+
#[error("--output-dir basename '{0}' is not a valid npm package name: {1}. Use only lowercase alphanumeric characters, hyphens, dots, and underscores")]
0 commit comments