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 a3efa18 commit 1539d48Copy full SHA for 1539d48
README.md
@@ -1,6 +1,8 @@
1

2

3
4
+# [file_errors](https://github.com/rtmigo/file_errors)
5
+
6
**Cross-platform** extensions that help determine the **cause** of a caught `FileSystemException`.
7
8
Extensions were unit-tested on **Linux**, **Windows** and **MacOS**.
pubpub.sh
@@ -32,5 +32,5 @@ echo "$new_readme" > "$temp_pub_dir/README.md"
32
cd "$temp_pub_dir"
33
dartfmt -w .
34
#dart pub publish --dry-run
35
-dart pub publish
36
-#open "$temp_pub_dir"
+#dart pub publish
+open "$temp_pub_dir"
0 commit comments