You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -286,7 +286,7 @@ Well that's not _super_ helpful! Let us study each these keys, one-by-one:
286
286
|`fs`| a few sugar methods, `{ readFile, writeFile, mkdirp }` that work on strings, vs buffers, and assume utf8 for shorthand |
287
287
|`sh`| execute a shell command. see the command task section above! |
288
288
|`dependentResults`| results of `dependsOn` tasks. currently these are untyped. getting type inference here is tricky. PRs welcome! |
289
-
|`logger`| the `rad` logger! a standard `Deno` logger with the commonplace log-level methods (e.g. `.info(...)`, `.debug(...)`, etc). see [the source](https://github.com/cdaringe/rad/blob/v6.9.0/src/logger.ts)|
289
+
|`logger`| the `rad` logger! a standard `Deno` logger with the commonplace log-level methods (e.g. `.info(...)`, `.debug(...)`, etc). see [the source](https://github.com/cdaringe/rad/blob/v6.9.1/src/logger.ts)|
290
290
|`path`| a direct reference to [deno node path](https://deno.land/std/node/path.ts). this API is likely to change if Deno implements a full, proper path module |
0 commit comments