Skip to content

Commit

Permalink
fix wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 19, 2023
1 parent cc0e45c commit 8ea54d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
@@ -1,4 +1,4 @@
name: Build
name: 📦️ Build
on:
workflow_dispatch:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
@@ -1,5 +1,5 @@

name: Tests
name: 🧪 Tests

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/publish.rs
Expand Up @@ -48,7 +48,7 @@ pub fn publish_np(url: &str, np: &str) -> bool {
println!("Error publishing the Nanopub to server {url}, getting status {}", r.status());
}
}
Err(e) => println!(e),
Err(e) => println!("Error publishing the Nanopub to server {url}: {}", e),
}
});
published
Expand Down

0 comments on commit 8ea54d1

Please sign in to comment.