Skip to content

Commit

Permalink
Merge pull request #1673 from davidpcaldwell/make-rhino-install-old-a…
Browse files Browse the repository at this point in the history
…rgument-optional

Make jsh.shell.tools.rhino.old argument optional
  • Loading branch information
davidpcaldwell authored Sep 14, 2024
2 parents 90c8dcf + 4a570a3 commit bc7304e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jrunscript/jsh/tools/install/plugin.jsh.fifty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ namespace slime.jsh.shell.tools {
* @deprecated Use {@link Exports | rhino.require }
*/
old: (
argument: slime.jsh.shell.tools.rhino.OldInstallCommand,
argument?: slime.jsh.shell.tools.rhino.OldInstallCommand,
receiver?: slime.$api.event.Function.Receiver<slime.jsh.shell.tools.rhino.OldInstallEvents>
) => void
}
Expand Down

0 comments on commit bc7304e

Please sign in to comment.