Skip to content

Commit 1539d48

Browse files
committed
initial
1 parent a3efa18 commit 1539d48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
![Generic badge](https://img.shields.io/badge/status-draft-red.svg)
22
![Generic badge](https://img.shields.io/badge/testing_on-Win_|_Mac_|_Linux-blue.svg)
33

4+
# [file_errors](https://github.com/rtmigo/file_errors)
5+
46
**Cross-platform** extensions that help determine the **cause** of a caught `FileSystemException`.
57

68
Extensions were unit-tested on **Linux**, **Windows** and **MacOS**.

pubpub.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ echo "$new_readme" > "$temp_pub_dir/README.md"
3232
cd "$temp_pub_dir"
3333
dartfmt -w .
3434
#dart pub publish --dry-run
35-
dart pub publish
36-
#open "$temp_pub_dir"
35+
#dart pub publish
36+
open "$temp_pub_dir"

0 commit comments

Comments
 (0)