Skip to content

Commit

Permalink
Update bin/observable.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock authored Feb 14, 2024
1 parent 86c2233 commit 52d7732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ try {
allowPositionals: true
});
await import("../src/convert.js").then((convert) =>
convert.convert(positionals, {output: String(output), files: true})
convert.convert(positionals, {output: output!, files: true})
);
break;
}
Expand Down

0 comments on commit 52d7732

Please sign in to comment.