Skip to content

Commit 28808c7

Browse files
committed
Fix handleChangePath, 4.9.1
1 parent d1a7c23 commit 28808c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cogs",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"type": "module",
55
"author": "Casey Foster <c@sey.me>",
66
"description": "The fast file transform pipeline.",

src/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default async ({
6363
}
6464
};
6565

66-
const handleChangedPath = ({ path }) => {
66+
const handleChangedPath = path => {
6767
changedPaths.add(npath.relative('.', path));
6868
if (!debounce) return tryBuild();
6969

0 commit comments

Comments
 (0)