Skip to content

Commit

Permalink
Update bin/observable.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 14, 2024
1 parent e730485 commit efc5f91
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 @@ -187,7 +187,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 efc5f91

Please sign in to comment.