Skip to content

Commit f9597f0

Browse files
authored
Merge pull request #64 from thefrontside/tm/remove-lock
Removed deno.lock file
2 parents af20c0b + 089d4d2 commit f9597f0

File tree

3 files changed

+3
-126
lines changed

3 files changed

+3
-126
lines changed

watch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @effection-contrib/watch
1+
# Watch
22

33
Watch is a very simple tool that does one thing: run a command, and every time
44
source files change in a directory, shutdown the current invocation _gracefully_
@@ -22,7 +22,7 @@ If you are running this command inside a git repository, it will only perform
2222
restarts on files that are under source control, or could be candidates for
2323
source control (not ignored).
2424

25-
q## Use it as an Effection library
25+
## Use it as an Effection library
2626

2727
Most of the time, you will use this an executable. However, if you want to
2828
create your own watch from within a library, you can But if you want to write

watch/deno.lock

Lines changed: 0 additions & 123 deletions
This file was deleted.

watch/watch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export interface WatchOptions {
7979
* @param options.cmd - The command to execute when changes are detected
8080
* @param options.event - The type of event to watch for ('all' or 'change', defaults to 'all')
8181
*
82-
* @returns A Stream that emits Result<Process> for each command execution
82+
* @returns A Stream that emits {Result<Process>} for each command execution
8383
*
8484
* @remarks
8585
* - Uses chokidar for file system watching

0 commit comments

Comments
 (0)