the base
This commit is contained in:
@@ -14,7 +14,7 @@ pub mut:
|
||||
|
||||
pub fn new() !Notifier {
|
||||
mut n := notify.new()!
|
||||
mut f := os.open('/Users/despiegk1/code/github/freeflowuniverse/crystallib/osal/examples/download/download_example.v')!
|
||||
mut f := os.open('/Users/despiegk1/code/github/freeflowuniverse/herolib/osal/examples/download/download_example.v')!
|
||||
f.close()
|
||||
// how can we know the filedescriptors of what we need?
|
||||
fid := f.fd
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
```bash
|
||||
brew install fswatch
|
||||
|
||||
fswatch -r ~/code/github/freeflowuniverse/crystallib.biz.bizmodel
|
||||
fswatch -r ~/code/github/freeflowuniverse/herolib.biz.bizmodel
|
||||
```
|
||||
Reference in New Issue
Block a user